Home
last modified time | relevance | path

Searched refs:isOfType (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/
DAbstractFloatingViewHelperTest.kt47 whenever(folderView.isOfType(any())).thenAnswer { in setup()
50 whenever(taskMenuView.isOfType(any())).thenAnswer { in setup()
/packages/apps/Launcher3/src/com/android/launcher3/
DAbstractFloatingViewHelper.kt33 if (child is AbstractFloatingView && child.isOfType(type)) { in closeOpenViews()
DAbstractFloatingView.java185 protected abstract boolean isOfType(@FloatingViewType int type); in isOfType() method in AbstractFloatingView
261 if (view.isOfType(type) && (!mustBeOpen || view.isOpen())) { in getView()
DAppWidgetResizeFrame.java792 protected boolean isOfType(int type) {
/packages/apps/Launcher3/src/com/android/launcher3/views/
DListenerView.java69 protected boolean isOfType(int type) { in isOfType() method in ListenerView
DFloatingSurfaceView.java126 protected boolean isOfType(int type) { in isOfType() method in FloatingSurfaceView
DSnackbar.java213 protected boolean isOfType(int type) { in isOfType() method in Snackbar
DOptionsPopupView.java130 protected boolean isOfType(int type) { in isOfType() method in OptionsPopupView
DArrowTipView.java149 protected boolean isOfType(int type) { in isOfType() method in ArrowTipView
/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DFileUtils.java84 public boolean isOfType(int type) { in isOfType() method in FileUtils.FileStatus
DFileSystemPermissionTest.java1211 if (status.isOfType(type)) { in getAllInsecureDevicesInDirAndSubdir()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DDiscoveryBounce.java111 protected boolean isOfType(int type) { in isOfType() method in DiscoveryBounce
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DAddItemWidgetsBottomSheet.java142 protected boolean isOfType(@FloatingViewType int type) { in isOfType() method in AddItemWidgetsBottomSheet
DWidgetsBottomSheet.java197 protected boolean isOfType(@FloatingViewType int type) { in isOfType() method in WidgetsBottomSheet
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayController.java232 protected boolean isOfType(int type) { in isOfType() method in TaskbarOverlayController.TaskbarOverlayProxyView
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarEduTooltip.kt138 override fun isOfType(type: Int): Boolean = type and TYPE_TASKBAR_EDUCATION_DIALOG != 0 in isOfType() method
DTaskbarDividerPopupView.kt93 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/
DHotseatEduDialog.java131 protected boolean isOfType(int type) { in isOfType() method in HotseatEduDialog
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayControllerTest.kt243 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/
DTaskbarAllAppsSlideInView.java170 protected boolean isOfType(int type) { in isOfType() method in TaskbarAllAppsSlideInView
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DAllAppsEduView.java111 protected boolean isOfType(int type) { in isOfType() method in AllAppsEduView
DTaskMenuViewWithArrow.kt100 override fun isOfType(type: Int): Boolean = type and TYPE_TASK_MENU != 0 in <lambda>() method in com.android.quickstep.views.TaskMenuViewWithArrow
DTaskMenuView.java119 protected boolean isOfType(int type) { in isOfType() method in TaskMenuView
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
DKeyboardDragAndDropView.java101 protected boolean isOfType(int type) { in isOfType() method in KeyboardDragAndDropView
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java140 protected boolean isOfType(int type) { in isOfType() method in PopupContainerWithArrow

12