Home
last modified time | relevance | path

Searched refs:topView (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DBaseDragLayer.java179 if (topView != null in findControllerToHandleTouch()
181 && topView.onControllerInterceptTouchEvent(ev)) { in findControllerToHandleTouch()
182 return topView; in findControllerToHandleTouch()
213 if (topView != null) { in onRequestSendAccessibilityEvent()
214 if (child == topView) { in onRequestSendAccessibilityEvent()
228 if (topView != null) { in addChildrenForAccessibility()
451 View topView = AbstractFloatingView.getTopOpenView(mActivity); in onRequestFocusInDescendants() local
452 if (topView != null) { in onRequestFocusInDescendants()
461 View topView = AbstractFloatingView.getTopOpenView(mActivity); in addFocusables() local
462 if (topView != null) { in addFocusables()
[all …]
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java136 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(mActivity); in onInterceptHoverEvent() local
137 if (!(topView instanceof Folder)) { in onInterceptHoverEvent()
143 Folder currentFolder = (Folder) topView; in onInterceptHoverEvent()
148 isOverFolderOrSearchBar = isEventOverView(topView, ev) || in onInterceptHoverEvent()
158 isOverFolderOrSearchBar = isEventOverView(topView, ev) || in onInterceptHoverEvent()
202 View topView = AbstractFloatingView.getTopOpenViewWithType(mActivity, in addChildrenForAccessibility() local
204 if (topView != null) { in addChildrenForAccessibility()
205 addAccessibleChildToList(topView, childrenForAccessibility); in addChildrenForAccessibility()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
H A DSecondaryDisplayLauncher.java128 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(this); in onBackPressed() local
129 if (topView != null && topView.onBackPressed()) { in onBackPressed()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNavBarToHomeTouchController.java161 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(mLauncher); in initCurrentAnimation() local
162 if (topView != null) { in initCurrentAnimation()
163 topView.addHintCloseAnim(mPullbackDistance, PULLBACK_INTERPOLATOR, builder); in initCurrentAnimation()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DConversationLayout.java568 public void bindFacePile(ImageView bottomBackground, ImageView bottomView, ImageView topView) { in bindFacePile() argument
600 topView.setImageIcon(secondLastIcon); in bindFacePile()
608 ImageView topView = mConversationFacePile.findViewById( in bindFacePile() local
611 bindFacePile(bottomBackground, bottomView, topView); in bindFacePile()
635 layoutParams = (LayoutParams) topView.getLayoutParams(); in bindFacePile()
638 topView.setLayoutParams(layoutParams); in bindFacePile()
/aosp12/packages/modules/Permission/PermissionController/src/android/support/wearable/view/
H A DWearableListView.java1051 final View topView = getChildAt(0); in scrollVerticallyBy() local
1053 final int hangingTop = Math.max(-topView.getTop(), 0); in scrollVerticallyBy()
1062 final int bottom = topView.getTop(); in scrollVerticallyBy()
1072 final int scrollBy = Math.min(-dy + scrolled, maxScroll - topView.getTop()); in scrollVerticallyBy()
/aosp12/frameworks/base/core/java/android/widget/
H A DListView.java2821 View topView; in handleNewSelectionChange() local
2830 topView = getChildAt(topViewIndex); in handleNewSelectionChange()
2836 topView = selectedView; in handleNewSelectionChange()
2843 if (topView != null) { in handleNewSelectionChange()
2844 topView.setSelected(!newFocusAssigned && topSelected); in handleNewSelectionChange()
2845 measureAndAdjustDown(topView, topViewIndex, numChildren); in handleNewSelectionChange()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java1990 AbstractFloatingView topView = AbstractFloatingView.getTopOpenView(this); in onBackPressed() local
1991 if (topView != null && topView.onBackPressed()) { in onBackPressed()