Home
last modified time | relevance | path

Searched refs:mLayoutSize (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/event/
H A DEventOnTextureViewLayoutChanged.java23 private final Size mLayoutSize; field in EventOnTextureViewLayoutChanged
26 mLayoutSize = layoutSize; in EventOnTextureViewLayoutChanged()
30 return mLayoutSize; in getLayoutSize()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java183 private int mLayoutSize; field in PeopleTileViewHelper
198 mLayoutSize = getLayoutSize(); in PeopleTileViewHelper()
351 if (mLayoutSize == LAYOUT_LARGE) { in setMaxLines()
394 switch (mLayoutSize) { in getContentHeightForLayout()
675 if (mLayoutSize == LAYOUT_LARGE) { in createMissedCallRemoteViews()
863 switch (mLayoutSize) { in createStatusRemoteViews()
1119 if (mLayoutSize == LAYOUT_SMALL) { in setViewForContentLayout()
1199 switch (mLayoutSize) { in getEmptyLayout()
1211 switch (mLayoutSize) { in getLayoutForNotificationContent()
1223 switch (mLayoutSize) { in getLayoutForContent()
[all …]
/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java4209 mExtraRenderingInfo.mLayoutSize = (Size) parcel.readValue(null); in initFromParcel()
5877 private Size mLayoutSize; field in AccessibilityNodeInfo.ExtraRenderingInfo
5897 extraRenderingInfo.mLayoutSize = other.mLayoutSize; in obtain()
5911 mLayoutSize = other.mLayoutSize; in ExtraRenderingInfo()
5929 return mLayoutSize; in getLayoutSize()
5940 mLayoutSize = new Size(width, height); in setLayoutSize()
6000 mLayoutSize = null; in clear()