Home
last modified time | relevance | path

Searched defs:viewSize (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
DMirrorWindowControl.java94 final Point viewSize = mTmpPoint; in showControl() local
192 abstract View onCreateView(@NonNull LayoutInflater inflater, @NonNull Point viewSize); in onCreateView()
DSimpleMirrorWindowControl.java67 View onCreateView(LayoutInflater layoutInflater, Point viewSize) { in onCreateView()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DSurfaceViewRequestReceiver.java59 public void onReceive(Context context, Bundle bundle, View view, Size viewSize) { in onReceive()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
DNotificationSwipeActionHelper.java56 public boolean swipedFarEnough(float translation, float viewSize); in swipedFarEnough()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
DMirrorWindowControlTest.java138 View onCreateView(LayoutInflater inflater, Point viewSize) { in onCreateView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSwipeHelper.java350 public boolean swipedFastEnough(float translation, float viewSize) { in swipedFastEnough()
361 public boolean swipedFarEnough(float translation, float viewSize) { in swipedFarEnough()
/frameworks/base/core/java/android/view/translation/
DUiTranslationController.java226 final int viewSize = mViews.size(); in dump() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java215 float viewSize = getSize(view); in getSwipeProgressForOffset() local
/frameworks/base/core/java/android/widget/
DGridLayout.java1060 int viewSize = cellSize - getTotalMargin(c, horizontal); in measureChildrenWithMargins() local
/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java2110 int viewSize, int viewSizeOutOfBounds, in interpolateOutOfBoundsScroll()