Searched refs:isHotseatLayout (Results 1 – 2 of 2) sorted by relevance
1788 boolean hasMovedIntoHotseat = mLauncher.isHotseatLayout(dropTargetLayout); in onDrop()1958 int strId = mLauncher.isHotseatLayout(dropTargetLayout)2142 if (mLauncher.isHotseatLayout(layout)) {2173 if (mLauncher.isHotseatLayout(mDragTargetLayout)) {2460 final int container = mLauncher.isHotseatLayout(cellLayout) ?2464 if (!mLauncher.isHotseatLayout(cellLayout)
1865 boolean isHotseatLayout(View layout) { in isHotseatLayout() method in Launcher