Home
last modified time | relevance | path

Searched refs:layoutId (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/transition/
DScene.java62 public static Scene getSceneForLayout(ViewGroup sceneRoot, int layoutId, Context context) { in getSceneForLayout() argument
69 Scene scene = scenes.get(layoutId); in getSceneForLayout()
73 scene = new Scene(sceneRoot, layoutId, context); in getSceneForLayout()
74 scenes.put(layoutId, scene); in getSceneForLayout()
108 private Scene(ViewGroup sceneRoot, int layoutId, Context context) { in Scene() argument
111 mLayoutId = layoutId; in Scene()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DPreviewInflater.java87 widgetView = appInflater.inflate(widgetInfo.layoutId, null, false); in inflateWidgetView()
113 int layoutId = metaData.getInt(META_DATA_KEYGUARD_LAYOUT); in getWidgetInfoFromMetaData() local
114 if (layoutId == 0) { in getWidgetInfoFromMetaData()
119 info.layoutId = layoutId; in getWidgetInfoFromMetaData()
148 int layoutId; field in PreviewInflater.WidgetInfo
/frameworks/base/core/java/android/appwidget/
DAppWidgetHostView.java425 int layoutId = remoteViews.getLayoutId(); in applyRemoteViews() local
429 if (content == null && layoutId == mLayoutId) { in applyRemoteViews()
450 mLayoutId = layoutId; in applyRemoteViews()
485 int layoutId = remoteViews.getLayoutId(); in inflateAsync() local
489 if (layoutId == mLayoutId && mView != null) { in inflateAsync()
494 new ViewApplyListener(remoteViews, layoutId, true), in inflateAsync()
504 new ViewApplyListener(remoteViews, layoutId, false), in inflateAsync()
514 public ViewApplyListener(RemoteViews views, int layoutId, boolean isReapply) { in ViewApplyListener() argument
516 mLayoutId = layoutId; in ViewApplyListener()
618 int layoutId = mInfo.initialLayout; in getDefaultView() local
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DBridgeActionBar.java57 int layoutId = 0; in BridgeActionBar() local
62 layoutId = context.getResourceId(layoutName.asReference(), 0); in BridgeActionBar()
64 if (layoutId == 0) { in BridgeActionBar()
81 mDecorContent = getInflater(context).inflate(layoutId, mEnclosingLayout, in BridgeActionBar()
/frameworks/base/apct-tests/perftests/core/src/android/widget/
DTextViewFontFamilyLayoutPerfTest.java52 public TextViewFontFamilyLayoutPerfTest(String key, int layoutId) { in TextViewFontFamilyLayoutPerfTest() argument
53 mLayoutId = layoutId; in TextViewFontFamilyLayoutPerfTest()
DTextViewAutoSizeLayoutPerfTest.java62 public TextViewAutoSizeLayoutPerfTest(String key, int layoutId) { in TextViewAutoSizeLayoutPerfTest() argument
63 mLayoutId = layoutId; in TextViewAutoSizeLayoutPerfTest()
DLayoutPerfTest.java68 public LayoutPerfTest(String key, int layoutId, int viewId) { in LayoutPerfTest() argument
70 mLayoutId = layoutId; in LayoutPerfTest()
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
DBackupRestoreConfirmation.java199 final int layoutId; in setViews() local
202 layoutId = R.layout.confirm_backup; in setViews()
205 layoutId = R.layout.confirm_restore; in setViews()
214 setContentView(layoutId); in setViews()
257 if (layoutId == R.layout.confirm_backup) { in setViews()
/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
DAbstractAutofillPerfTestCase.java57 protected AbstractAutofillPerfTestCase(int layoutId) { in AbstractAutofillPerfTestCase() argument
58 mLayoutId = layoutId; in AbstractAutofillPerfTestCase()
/frameworks/base/core/java/android/widget/
DRemoteViewsListAdapter.java106 int layoutId = mRemoteViewsList.get(position).getLayoutId(); in getItemViewType() local
107 return mViewTypes.indexOf(layoutId); in getItemViewType()
DRemoteViewsAdapter.java1022 int layoutId = remoteViews.getLayoutId(); in updateRemoteViews() local
1027 viewTypeInRange = metaData.isViewTypeInRange(layoutId); in updateRemoteViews()
/frameworks/base/core/java/com/android/internal/app/
DLocalePicker.java169 final int layoutId, final int fieldId) { in constructAdapter() argument
176 return new ArrayAdapter<LocaleInfo>(context, layoutId, fieldId, localeInfos) { in constructAdapter()
182 view = inflater.inflate(layoutId, parent, false); in constructAdapter()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java287 int layoutId = getLayoutIdFor(securityMode); in getSecurityView() local
288 if (view == null && layoutId != 0) { in getSecurityView()
290 if (DEBUG) Log.v(TAG, "inflating id = " + layoutId); in getSecurityView()
292 .inflate(layoutId, mSecurityViewFlipper, false); in getSecurityView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflaterTest.java302 public AsyncFailRemoteView(String packageName, int layoutId) { in AsyncFailRemoteView() argument
303 super(packageName, layoutId); in AsyncFailRemoteView()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DCarSetupWizardBaseLayout.java420 int layoutId = isFlat ? R.layout.flat_button : R.layout.primary_button; in createPrimaryToolbarButton() local
421 Button newPrimaryButton = (Button) inflate(getContext(), layoutId, null); in createPrimaryToolbarButton()
DCarSetupWizardLayout.java432 int layoutId = isFlat ? R.layout.flat_button : R.layout.primary_button; in createPrimaryToolbarButton() local
433 Button newPrimaryButton = (Button) inflate(getContext(), layoutId, null); in createPrimaryToolbarButton()
/frameworks/base/core/java/android/app/
DNotification.java5179 private RemoteViews applyStandardTemplateWithActions(int layoutId, in applyStandardTemplateWithActions() argument
5181 return applyStandardTemplateWithActions(layoutId, mParams.reset().fillTextsFrom(this), in applyStandardTemplateWithActions()
5196 private RemoteViews applyStandardTemplateWithActions(int layoutId, in applyStandardTemplateWithActions() argument
5198 RemoteViews big = applyStandardTemplate(layoutId, p, result); in applyStandardTemplateWithActions()
6360 protected RemoteViews getStandardView(int layoutId) {
6362 return getStandardView(layoutId, p, null);
6375 protected RemoteViews getStandardView(int layoutId, StandardTemplateParams p,
6383 RemoteViews contentView = mBuilder.applyStandardTemplateWithActions(layoutId, p,
10381 public BuilderRemoteViews(ApplicationInfo appInfo, int layoutId) { in BuilderRemoteViews() argument
10382 super(appInfo, layoutId); in BuilderRemoteViews()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...