Home
last modified time | relevance | path

Searched refs:layoutResId (Results 1 – 16 of 16) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/CollapsingToolbarBaseActivity/src/com/android/settingslib/collapsingtoolbar/
H A DCollapsingToolbarBaseActivity.java106 protected void setCustomizeContentView(int layoutResId) { in setCustomizeContentView() argument
107 mCustomizeLayoutResId = layoutResId; in setCustomizeContentView()
H A DCollapsingToolbarAppCompatActivity.java117 protected void setCustomizeContentView(int layoutResId) { in setCustomizeContentView() argument
118 mCustomizeLayoutResId = layoutResId; in setCustomizeContentView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java43 protected static int layoutResId = R.layout.qs_user_detail_item; field in UserDetailItemView
85 layoutResId, root, false); in convertOrInflate()
/aosp14/frameworks/base/core/java/android/preference/
H A DSeekBarPreference.java59 final int layoutResId = a.getResourceId( in SeekBarPreference() local
64 setLayoutResource(layoutResId); in SeekBarPreference()
H A DPreferenceActivity.java261 public HeaderAdapter(Context context, List<Header> objects, int layoutResId, in HeaderAdapter() argument
265 mLayoutResId = layoutResId; in HeaderAdapter()
552 final int layoutResId = sa.getResourceId( in onCreate() local
565 setContentView(layoutResId); in onCreate()
H A DPreference.java521 public void setLayoutResource(@LayoutRes int layoutResId) { in setLayoutResource() argument
522 if (layoutResId != mLayoutResId) { in setLayoutResource()
527 mLayoutResId = layoutResId; in setLayoutResource()
/aosp14/frameworks/base/core/java/android/widget/
H A DDayPickerPagerAdapter.java66 public DayPickerPagerAdapter(@NonNull Context context, @LayoutRes int layoutResId, in DayPickerPagerAdapter() argument
69 mLayoutResId = layoutResId; in DayPickerPagerAdapter()
H A DNumberPicker.java645 final int layoutResId = attributesArray.getResourceId( in NumberPicker() local
648 mHasSelectorWheel = (layoutResId != DEFAULT_LAYOUT_RESOURCE_ID); in NumberPicker()
716 inflater.inflate(layoutResId, this, true); in NumberPicker()
H A DSearchView.java290 final int layoutResId = a.getResourceId( in SearchView() local
292 inflater.inflate(layoutResId, this, true); in SearchView()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DHandleMenu.java82 HandleMenu(WindowDecoration parentDecor, int layoutResId, int captionX, int captionY, in HandleMenu() argument
88 mLayoutResId = layoutResId; in HandleMenu()
/aosp14/frameworks/base/core/java/android/app/
H A DAlertDialog.java1001 public Builder setView(int layoutResId) { in setView() argument
1003 P.mViewLayoutResId = layoutResId; in setView()
H A DActionBar.java1239 public abstract Tab setCustomView(@LayoutRes int layoutResId); in setCustomView() argument
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DAlertController.java224 public void setView(int layoutResId) { in setView() argument
226 mViewLayoutResId = layoutResId; in setView()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DWindowDecorActionBar.java1198 public Tab setCustomView(int layoutResId) { in setCustomView() argument
1200 .inflate(layoutResId, null)); in setCustomView()
H A DAlertController.java327 public void setView(int layoutResId) { in setView() argument
329 mViewLayoutResId = layoutResId; in setView()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...