/aosp14/frameworks/base/core/java/android/transition/ |
H A D | Scene.java | 62 public static Scene getSceneForLayout(ViewGroup sceneRoot, int layoutId, Context context) { in getSceneForLayout() 108 private Scene(ViewGroup sceneRoot, int layoutId, Context context) { in Scene()
|
/aosp14/frameworks/base/startop/apps/test/src/ |
H A D | LayoutInflationActivity.java | 30 int layoutId = savedInstanceState.getInt(LAYOUT_ID); in onCreate() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | RemoteCollectionItemsAdapter.java | 108 int layoutId = layoutIds[i]; in initLayoutIdToViewType() local 126 int layoutId = layoutIds[i]; in initLayoutIdToViewType() local
|
H A D | RemoteViewsListAdapter.java | 108 int layoutId = mRemoteViewsList.get(position).getLayoutId(); in getItemViewType() local
|
H A D | RemoteViewsAdapter.java | 1020 int layoutId = remoteViews.getLayoutId(); in updateRemoteViews() local
|
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/widget/ |
H A D | TextViewAutoSizeLayoutPerfTest.java | 62 public TextViewAutoSizeLayoutPerfTest(String key, int layoutId) { in TextViewAutoSizeLayoutPerfTest()
|
H A D | TextViewFontFamilyLayoutPerfTest.java | 52 public TextViewFontFamilyLayoutPerfTest(String key, int layoutId) { in TextViewFontFamilyLayoutPerfTest()
|
H A D | LayoutPerfTest.java | 68 public LayoutPerfTest(String key, int layoutId, int viewId) { in LayoutPerfTest()
|
/aosp14/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/ |
H A D | AbstractContentCapturePerfTestCase.java | 266 protected Intent getLaunchIntent(int layoutId, int numViews) { in getLaunchIntent() 280 protected CustomTestActivity launchActivity(int layoutId, int numViews) { in launchActivity()
|
H A D | CustomTestActivity.java | 48 final int layoutId = getIntent().getIntExtra(INTENT_EXTRA_LAYOUT_ID, in onCreate() local
|
H A D | LoginTest.java | 83 private void testActivityLaunchTime(int layoutId, int numViews) throws Throwable { in testActivityLaunchTime()
|
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/ |
H A D | AbstractAutofillPerfTestCase.java | 65 protected AbstractAutofillPerfTestCase(int layoutId) { in AbstractAutofillPerfTestCase()
|
/aosp14/frameworks/base/core/java/com/android/internal/app/ |
H A D | LocalePicker.java | 211 final int layoutId, final int fieldId) { in constructAdapter()
|
H A D | IntentForwarderActivity.java | 236 int layoutId = R.layout.miniresolver; in maybeShowUserConsentMiniResolver() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityViewFlipperController.java | 119 int layoutId = getLayoutIdFor(securityMode); in asynchronouslyInflateView() local
|
/aosp14/frameworks/base/core/java/android/appwidget/ |
H A D | AppWidgetHostView.java | 631 int layoutId = remoteViews.getLayoutId(); in inflateAsync() local 670 int layoutId, in ViewApplyListener() 792 int layoutId = mInfo.initialLayout; in getDefaultView() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | ShadeViewProviderModule.kt | 247 val layoutId = R.layout.combined_qs_header regex
|
H A D | NotificationPanelViewController.java | 1333 private View reInflateStub(int viewId, int stubId, int layoutId, boolean enabled) { in reInflateStub()
|
/aosp14/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
H A D | BackupRestoreConfirmation.java | 194 final int layoutId; in setViews() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationContentInflaterTest.java | 430 public AsyncFailRemoteView(String packageName, int layoutId) { in AsyncFailRemoteView()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | HandleMenu.java | 383 Builder setLayoutId(int layoutId) { in setLayoutId()
|
H A D | WindowDecoration.java | 415 AdditionalWindow addWindow(int layoutId, String namePrefix, SurfaceControl.Transaction t, in addWindow()
|
H A D | DesktopModeWindowDecoration.java | 416 private boolean checkEventInCaptionView(MotionEvent ev, int layoutId) { in checkEventInCaptionView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | PeopleTileViewHelper.java | 440 int layoutId = views.getLayoutId(); in getMaxAvatarSize() local
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | Notification.java | 5810 private RemoteViews applyStandardTemplateWithActions(int layoutId, in applyStandardTemplateWithActions() 7221 protected RemoteViews getStandardView(int layoutId) { in getStandardView() 7239 protected RemoteViews getStandardView(int layoutId, StandardTemplateParams p, in getStandardView() 12356 public BuilderRemoteViews(ApplicationInfo appInfo, int layoutId) { in BuilderRemoteViews()
|