Home
last modified time | relevance | path

Searched defs:btv (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/allapps/
DTaskbarAllAppsControllerTest.kt137 val btv = in testUpdateNotificationDots_appInfo_hasDot() constant
165 val btv = predictionRowView.getChildAt(0) as BubbleTextView in testUpdateNotificationDots_predictedApp_hasDot() constant
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarDragController.java168 BubbleTextView btv = (BubbleTextView) view; in startDragOnLongClick() local
183 BubbleTextView btv, @Nullable DragPreviewProvider dragPreviewProvider) { in startInternalDrag()
353 private void startSystemDrag(BubbleTextView btv) { in startSystemDrag()
479 private void onSystemDragStarted(BubbleTextView btv) { in onSystemDragStarted()
576 private void animateGlobalDragViewToOriginalPosition(BubbleTextView btv, in animateGlobalDragViewToOriginalPosition()
DTaskbarView.java393 BubbleTextView btv = (BubbleTextView) hotseatView; in updateHotseatItems() local
DTaskbarActivityContext.java1535 public void showPopupMenuForIcon(BubbleTextView btv) { in showPopupMenuForIcon()
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DLauncherAccessibilityDelegate.java199 BubbleTextView btv = host instanceof BubbleTextView ? (BubbleTextView) host in performAction() local
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java561 BubbleTextView btv = (BubbleTextView) v; in fetchIcon() local
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1726 BubbleTextView btv = (BubbleTextView) child; in beginDragShared() local