Home
last modified time | relevance | path

Searched defs:layoutId (Results 1 – 25 of 26) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/transition/
H A DScene.java62 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 DLayoutInflationActivity.java30 int layoutId = savedInstanceState.getInt(LAYOUT_ID); in onCreate() local
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteCollectionItemsAdapter.java108 int layoutId = layoutIds[i]; in initLayoutIdToViewType() local
126 int layoutId = layoutIds[i]; in initLayoutIdToViewType() local
H A DRemoteViewsListAdapter.java108 int layoutId = mRemoteViewsList.get(position).getLayoutId(); in getItemViewType() local
H A DRemoteViewsAdapter.java1020 int layoutId = remoteViews.getLayoutId(); in updateRemoteViews() local
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DTextViewAutoSizeLayoutPerfTest.java62 public TextViewAutoSizeLayoutPerfTest(String key, int layoutId) { in TextViewAutoSizeLayoutPerfTest()
H A DTextViewFontFamilyLayoutPerfTest.java52 public TextViewFontFamilyLayoutPerfTest(String key, int layoutId) { in TextViewFontFamilyLayoutPerfTest()
H A DLayoutPerfTest.java68 public LayoutPerfTest(String key, int layoutId, int viewId) { in LayoutPerfTest()
/aosp14/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DAbstractContentCapturePerfTestCase.java266 protected Intent getLaunchIntent(int layoutId, int numViews) { in getLaunchIntent()
280 protected CustomTestActivity launchActivity(int layoutId, int numViews) { in launchActivity()
H A DCustomTestActivity.java48 final int layoutId = getIntent().getIntExtra(INTENT_EXTRA_LAYOUT_ID, in onCreate() local
H A DLoginTest.java83 private void testActivityLaunchTime(int layoutId, int numViews) throws Throwable { in testActivityLaunchTime()
/aosp14/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DAbstractAutofillPerfTestCase.java65 protected AbstractAutofillPerfTestCase(int layoutId) { in AbstractAutofillPerfTestCase()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DLocalePicker.java211 final int layoutId, final int fieldId) { in constructAdapter()
H A DIntentForwarderActivity.java236 int layoutId = R.layout.miniresolver; in maybeShowUserConsentMiniResolver() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipperController.java119 int layoutId = getLayoutIdFor(securityMode); in asynchronouslyInflateView() local
/aosp14/frameworks/base/core/java/android/appwidget/
H A DAppWidgetHostView.java631 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 DShadeViewProviderModule.kt247 val layoutId = R.layout.combined_qs_header regex
H A DNotificationPanelViewController.java1333 private View reInflateStub(int viewId, int stubId, int layoutId, boolean enabled) { in reInflateStub()
/aosp14/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java194 final int layoutId; in setViews() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentInflaterTest.java430 public AsyncFailRemoteView(String packageName, int layoutId) { in AsyncFailRemoteView()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DHandleMenu.java383 Builder setLayoutId(int layoutId) { in setLayoutId()
H A DWindowDecoration.java415 AdditionalWindow addWindow(int layoutId, String namePrefix, SurfaceControl.Transaction t, in addWindow()
H A DDesktopModeWindowDecoration.java416 private boolean checkEventInCaptionView(MotionEvent ev, int layoutId) { in checkEventInCaptionView()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java440 int layoutId = views.getLayoutId(); in getMaxAvatarSize() local
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java5810 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()

12