Home
last modified time | relevance | path

Searched refs:isHotseatLayout (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java1979 if (mLauncher.isHotseatLayout(dropTargetLayout)) {
2028 boolean isHotseat = mLauncher.isHotseatLayout(dropTargetLayout);
2178 if (mLauncher.isHotseatLayout(dropTargetLayout)) {
2198 boolean hasMovedIntoHotseat = mLauncher.isHotseatLayout(dropTargetLayout);
2789 if (mLauncher.isHotseatLayout(layout)) {
2816 if (mLauncher.isHotseatLayout(mDragTargetLayout)) {
2994 mLauncher.showOutOfSpaceMessage(mLauncher.isHotseatLayout(layout));
3028 final long container = mLauncher.isHotseatLayout(cellLayout) ?
3032 if (!mLauncher.isHotseatLayout(cellLayout) && screen != mCurrentPage
3381 if (mLauncher.isHotseatLayout(target)) {
[all …]
DLauncher.java1107 showOutOfSpaceMessage(isHotseatLayout(layout)); in completeAddApplication()
1172 showOutOfSpaceMessage(isHotseatLayout(layout)); in completeAddShortcut()
1265 showOutOfSpaceMessage(isHotseatLayout(layout)); in completeAddAppWidget()
1470 void showOutOfSpaceMessage(boolean isHotseatLayout) { in showOutOfSpaceMessage() argument
1471 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space); in showOutOfSpaceMessage()
2463 boolean allowLongPress = isHotseatLayout(v) || mWorkspace.allowLongPress(); in onLongClick()
2480 boolean isHotseatLayout(View layout) { in isHotseatLayout() method in Launcher
3099 showOutOfSpaceMessage(isHotseatLayout(layout)); in addExternalItemToScreen()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java2313 if (mLauncher.isHotseatLayout(dropTargetLayout)) { in acceptDrop()
2520 if (mLauncher.isHotseatLayout(dropTargetLayout)) { in onDrop()
2542 boolean hasMovedIntoHotseat = mLauncher.isHotseatLayout(dropTargetLayout); in onDrop()
2723 if (mLauncher.isHotseatLayout(dropTargetLayout)) {
2737 private void showOutOfSpaceMessage(boolean isHotseatLayout) {
2738 int strId = (isHotseatLayout ? R.string.hotseat_out_of_space : R.string.out_of_space);
2968 if (mLauncher.isHotseatLayout(mDragTargetLayout)) {
2978 if (mLauncher.isHotseatLayout(mDragTargetLayout)) {
3262 final long container = mLauncher.isHotseatLayout(cellLayout) ?
3266 if (!mLauncher.isHotseatLayout(cellLayout)
DLauncher.java2816 !FeatureFlags.NO_ALL_APPS_ICON && isHotseatLayout(v) && in onLongClick()
2828 boolean isHotseatLayout(View layout) { in isHotseatLayout() method in Launcher