Searched refs:isHotseatLayout (Results 1 – 2 of 2) sorted by relevance
1798 boolean hasMovedIntoHotseat = mLauncher.isHotseatLayout(dropTargetLayout); in onDrop()1986 int strId = mLauncher.isHotseatLayout(dropTargetLayout)2175 if (mLauncher.isHotseatLayout(layout)) {2206 if (mLauncher.isHotseatLayout(mDragTargetLayout)) {2471 final int container = mLauncher.isHotseatLayout(cellLayout)2475 if (!mLauncher.isHotseatLayout(cellLayout)
2028 boolean isHotseatLayout(View layout) { in isHotseatLayout() method in Launcher