Home
last modified time | relevance | path

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

123

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DViewCache.java31 public void setCacheSize(int layoutId, int size) { in setCacheSize()
35 public <T extends View> T getView(int layoutId, Context context, ViewGroup parent) { in getView()
52 public void recycleView(int layoutId, View view) { in recycleView()
H A DViewPool.java45 int layoutId, int maxSize, int initialSize) { in ViewPool()
/aosp12/packages/apps/Car/Media/src/com/android/car/media/browse/
H A DBrowseItemViewType.java47 BrowseItemViewType(@LayoutRes int layoutId) { in BrowseItemViewType()
55 BrowseItemViewType(@LayoutRes int layoutId, int spanSize) { in BrowseItemViewType()
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DSuggestionViewInflater.java47 int layoutId, Context context) { in SuggestionViewInflater()
65 int layoutId = mLayoutId; in getView() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAttachmentPreviewFactory.java152 int layoutId = R.layout.attachment_single_image; in createImagePreview() local
211 int layoutId = R.layout.attachment_single_vcard; in createVCardPreview() local
254 int layoutId = R.layout.attachment_single_audio; in createAudioPreview() local
280 int layoutId = R.layout.attachment_single_video; in createVideoPreview() local
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DChannelsRowItem.java61 public ChannelsRowItem(@NonNull Channel channel, int layoutId) { in ChannelsRowItem()
66 private ChannelsRowItem(long itemId, int layoutId) { in ChannelsRowItem()
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
H A DNavigatorTestActivity.java38 @LayoutRes int layoutId = intent.getIntExtra(KEY_LAYOUT_ID, /* defaultValue= */ -1); in onCreate() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/alert/
H A DAlertManager.java25 View inflate(int layoutId); in inflate()
/aosp12/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()
/aosp12/frameworks/base/startop/apps/test/src/
H A DLayoutInflationActivity.java30 int layoutId = savedInstanceState.getInt(LAYOUT_ID); in onCreate() local
/aosp12/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DPreviewInflater.java113 int layoutId = metaData.getInt(META_DATA_KEYGUARD_LAYOUT); in getWidgetInfoFromMetaData() local
148 int layoutId; field in PreviewInflater.WidgetInfo
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DMinimizedControlBar.java71 int layoutId) { in MinimizedControlBar()
76 private void init(Context context, int layoutId) { in init()
/aosp12/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()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/widget/
H A DGearPreferenceTest.java56 int layoutId = ResourcesUtils.getResourcesId(mContext, "layout", "preference_widget_gear"); in setUp() local
H A DMutableGearPreferenceTest.java57 int layoutId = in setUp() local
/aosp12/frameworks/base/apct-tests/perftests/autofill/src/android/view/autofill/
H A DAbstractAutofillPerfTestCase.java65 protected AbstractAutofillPerfTestCase(int layoutId) { in AbstractAutofillPerfTestCase()
/aosp12/frameworks/base/apct-tests/perftests/contentcapture/src/android/view/contentcapture/
H A DCustomTestActivity.java42 final int layoutId = getIntent().getIntExtra(INTENT_EXTRA_LAYOUT_ID, in onCreate() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogModalAlertManager.java48 public View inflate(int layoutId) { in inflate()
H A DCallLogAlertManager.java45 public View inflate(int layoutId) { in inflate()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/vpn2/
H A DVpnInfoPreferenceTest.java64 final int layoutId = ResourcesUtils.getResourcesId( in setUp() local
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/
H A DBaseFragment.java120 @LayoutRes int layoutId = getLayoutId(); in onCreateView() local
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DRequestPinItemActivity.java95 int layoutId = getResources().getIdentifier( in requestWidget() local

123