Home
last modified time | relevance | path

Searched refs:getLayoutWidth (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Car/libs/car-ui-lib/oem-apis/src/main/java/com/android/car/ui/plugin/oemapis/recyclerview/
H A DRecyclerViewAttributesOEMV1.java42 int getLayoutWidth(); in getLayoutWidth() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuView.java491 new Rect(marginStartEnd, mMargin, marginStartEnd + getLayoutWidth(), in onTouched()
718 return mDisplayWidth - getMarginStartEndWith(mLastConfiguration) - getLayoutWidth(); in getMaxWindowX()
772 final float halfWidth = getLayoutWidth() / 2.0f; in updateOffsetWith()
896 private int getLayoutWidth() { in getLayoutWidth() method in AccessibilityFloatingMenuView
905 return getMarginStartEndWith(mLastConfiguration) * 2 + getLayoutWidth(); in getWindowWidth()
/aosp12/packages/apps/Car/libs/car-ui-lib/referencedesign/plugin/src/main/java/com/chassis/car/ui/plugin/recyclerview/
H A DRecyclerViewImpl.java182 LayoutParams params = new LayoutParams(attrs.getLayoutWidth(), attrs.getLayoutHeight()); in RecyclerViewImpl()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/pluginsupport/
H A DPluginFactoryAdapterV2.java365 public int getLayoutWidth() { in from() method in PluginFactoryAdapterV2