/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ |
H A D | Item.java | 38 private final @LayoutRes int mLayoutId; field in Item 45 mLayoutId = layoutId; in Item() 53 || (Integer) convertView.getTag(R.id.layout_id_tag) != mLayoutId) { in getView() 55 .inflate(mLayoutId, parent, false); in getView() 57 convertView.setTag(R.id.layout_id_tag, mLayoutId); in getView()
|
/aosp12/frameworks/base/core/java/android/transition/ |
H A D | Scene.java | 39 private int mLayoutId = -1; field in Scene 111 mLayoutId = layoutId; in Scene() 177 if (mLayoutId > 0 || mLayout != null) { in enter() 181 if (mLayoutId > 0) { in enter() 182 LayoutInflater.from(mContext).inflate(mLayoutId, mSceneRoot); in enter() 276 return (mLayoutId > 0); in isCreatedFromLayoutResource()
|
/aosp12/packages/apps/Car/Media/src/com/android/car/media/browse/ |
H A D | BrowseItemViewType.java | 40 private final int mLayoutId; field in BrowseItemViewType 48 mLayoutId = layoutId; in BrowseItemViewType() 56 mLayoutId = layoutId; in BrowseItemViewType() 73 return mLayoutId; in getLayoutId()
|
/aosp12/packages/apps/TV/src/com/android/tv/menu/ |
H A D | ChannelsRowItem.java | 59 private final int mLayoutId; field in ChannelsRowItem 68 mLayoutId = layoutId; in ChannelsRowItem() 84 return mLayoutId; in getLayoutId() 98 + mLayoutId in toString()
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
H A D | SuggestionViewInflater.java | 37 private final int mLayoutId; field in SuggestionViewInflater 50 mLayoutId = layoutId; in SuggestionViewInflater() 65 int layoutId = mLayoutId; in getView()
|
/aosp12/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
H A D | TextViewFontFamilyLayoutPerfTest.java | 50 private int mLayoutId; field in TextViewFontFamilyLayoutPerfTest 53 mLayoutId = layoutId; in TextViewFontFamilyLayoutPerfTest() 67 inflator.inflate(mLayoutId, null, false); in testConstruction()
|
H A D | TextViewAutoSizeLayoutPerfTest.java | 60 private int mLayoutId; field in TextViewAutoSizeLayoutPerfTest 63 mLayoutId = layoutId; in TextViewAutoSizeLayoutPerfTest() 82 activity.setContentView(mLayoutId); in testConstruction()
|
H A D | LayoutPerfTest.java | 65 private int mLayoutId; field in LayoutPerfTest 70 mLayoutId = layoutId; in LayoutPerfTest() 91 activity.setContentView(mLayoutId); in testLayoutPerf()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | ViewPool.java | 40 private final int mLayoutId; field in ViewPool 46 mLayoutId = layoutId; in ViewPool() 106 return (T) inflater.inflate(mLayoutId, mParent, false); in inflateNewView()
|
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | AbstractAutofillPerfTestCase.java | 63 private final int mLayoutId; field in AbstractAutofillPerfTestCase 66 mLayoutId = layoutId; in AbstractAutofillPerfTestCase() 101 activity.setContentView(mLayoutId); in prepareActivity()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/ |
H A D | LoadingFrameLayout.java | 251 private final int mLayoutId; field in LoadingFrameLayout.ViewContainer 283 mLayoutId = layoutId; in ViewContainer() 291 View view = LayoutInflater.from(mContext).inflate(mLayoutId, LoadingFrameLayout.this, in inflateView()
|
/aosp12/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHostView.java | 655 private final int mLayoutId; field in AppWidgetHostView.ViewApplyListener 662 mLayoutId = layoutId; in ViewApplyListener() 684 new ViewApplyListener(mViews, mLayoutId, false), in onError()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | BaseActivity.java | 110 private int mLayoutId; field in BaseActivity 120 mLayoutId = layoutId; in BaseActivity() 148 setContentView(mLayoutId); in onCreate()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | RemoteViews.java | 330 private int mLayoutId; field in RemoteViews 3549 mLayoutId = layoutId; 3599 mLayoutId = portrait.mLayoutId; 3652 mLayoutId = smallestView.mLayoutId; 3734 mLayoutId = src.mLayoutId; 3802 mLayoutId = parcel.readInt(); 3822 mLayoutId = smallestView.mLayoutId; 3831 mLayoutId = mPortrait.mLayoutId; 3950 ? mLightBackgroundLayoutId : mLayoutId; 6144 dest.writeInt(mLayoutId);
|
/aosp12/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverActivity.java | 127 private int mLayoutId; field in ResolverActivity 1429 mLayoutId = R.layout.resolver_list_with_default; 1431 mLayoutId = getLayoutResource(); 1433 setContentView(mLayoutId);
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 9745 Landroid/appwidget/AppWidgetHostView$ViewApplyListener;->mLayoutId:I 9762 Landroid/appwidget/AppWidgetHostView;->mLayoutId:I 60532 Landroid/transition/Scene;->mLayoutId:I
|