/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ |
D | AbstractFloatingViewHelperTest.kt | 47 whenever(folderView.isOfType(any())).thenAnswer { in setup() 50 whenever(taskMenuView.isOfType(any())).thenAnswer { in setup()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AbstractFloatingViewHelper.kt | 33 if (child is AbstractFloatingView && child.isOfType(type)) { in closeOpenViews()
|
D | AbstractFloatingView.java | 185 protected abstract boolean isOfType(@FloatingViewType int type); in isOfType() method in AbstractFloatingView 261 if (view.isOfType(type) && (!mustBeOpen || view.isOpen())) { in getView()
|
D | AppWidgetResizeFrame.java | 792 protected boolean isOfType(int type) {
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ListenerView.java | 69 protected boolean isOfType(int type) { in isOfType() method in ListenerView
|
D | FloatingSurfaceView.java | 126 protected boolean isOfType(int type) { in isOfType() method in FloatingSurfaceView
|
D | Snackbar.java | 213 protected boolean isOfType(int type) { in isOfType() method in Snackbar
|
D | OptionsPopupView.java | 130 protected boolean isOfType(int type) { in isOfType() method in OptionsPopupView
|
D | ArrowTipView.java | 149 protected boolean isOfType(int type) { in isOfType() method in ArrowTipView
|
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/ |
D | FileUtils.java | 84 public boolean isOfType(int type) { in isOfType() method in FileUtils.FileStatus
|
D | FileSystemPermissionTest.java | 1211 if (status.isOfType(type)) { in getAllInsecureDevicesInDirAndSubdir()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | DiscoveryBounce.java | 111 protected boolean isOfType(int type) { in isOfType() method in DiscoveryBounce
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | AddItemWidgetsBottomSheet.java | 142 protected boolean isOfType(@FloatingViewType int type) { in isOfType() method in AddItemWidgetsBottomSheet
|
D | WidgetsBottomSheet.java | 197 protected boolean isOfType(@FloatingViewType int type) { in isOfType() method in WidgetsBottomSheet
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/ |
D | TaskbarOverlayController.java | 232 protected boolean isOfType(int type) { in isOfType() method in TaskbarOverlayController.TaskbarOverlayProxyView
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarEduTooltip.kt | 138 override fun isOfType(type: Int): Boolean = type and TYPE_TASKBAR_EDUCATION_DIALOG != 0 in isOfType() method
|
D | TaskbarDividerPopupView.kt | 93 override fun isOfType(type: Int): Boolean = type and TYPE_TASKBAR_PINNING_POPUP != 0 in <lambda>() method
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatEduDialog.java | 131 protected boolean isOfType(int type) { in isOfType() method in HotseatEduDialog
|
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/overlay/ |
D | TaskbarOverlayControllerTest.kt | 243 override fun isOfType(type: Int): Boolean = (type and this.type) != 0 in onControllerInterceptTouchEvent() method in com.android.launcher3.taskbar.overlay.TaskbarOverlayControllerTest.TestOverlayView
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/allapps/ |
D | TaskbarAllAppsSlideInView.java | 170 protected boolean isOfType(int type) { in isOfType() method in TaskbarAllAppsSlideInView
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AllAppsEduView.java | 111 protected boolean isOfType(int type) { in isOfType() method in AllAppsEduView
|
D | TaskMenuViewWithArrow.kt | 100 override fun isOfType(type: Int): Boolean = type and TYPE_TASK_MENU != 0 in <lambda>() method in com.android.quickstep.views.TaskMenuViewWithArrow
|
D | TaskMenuView.java | 119 protected boolean isOfType(int type) { in isOfType() method in TaskMenuView
|
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/ |
D | KeyboardDragAndDropView.java | 101 protected boolean isOfType(int type) { in isOfType() method in KeyboardDragAndDropView
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | PopupContainerWithArrow.java | 140 protected boolean isOfType(int type) { in isOfType() method in PopupContainerWithArrow
|