Home
last modified time | relevance | path

Searched refs:getLayoutId (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/core/java/android/widget/
DRemoteViewsListAdapter.java54 if (!mViewTypes.contains(rv.getLayoutId())) { in init()
55 mViewTypes.add(rv.getLayoutId()); in init()
91 convertView.getId() == rv.getLayoutId()) { in getView()
106 int layoutId = mRemoteViewsList.get(position).getLayoutId(); in getItemViewType()
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
DBottomSheetUsageBase.java41 setContentView(getLayoutId()); in onCreate()
59 protected abstract int getLayoutId(); in getLayoutId() method in BottomSheetUsageBase
DSnackbarUsage.java39 setContentView(getLayoutId()); in onCreate()
44 protected int getLayoutId() { in getLayoutId() method in SnackbarUsage
DAppBarLayoutToolbarScrollTabsScroll.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsScroll
DAppBarLayoutToolbarScrollTabsPinWithSwipeRefresh.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsPinWithSwipeRefresh
DAppBarLayoutToolbarCollapseThenScrollWithSwipeRefresh.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenScrollWithSwipeRefresh
DAppBarLayoutToolbarCollapseWithImage.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseWithImage
DAppBarLayoutToolbarCollapseThenPinNested.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPinNested
DSnackbarWithFloatingActionButton.java27 protected int getLayoutId() { in getLayoutId() method in SnackbarWithFloatingActionButton
DAppBarLayoutToolbarScrollTabsScrollSnap.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsScrollSnap
DSnackbarWithoutCoordinatorLayout.java27 protected int getLayoutId() { in getLayoutId() method in SnackbarWithoutCoordinatorLayout
DAppBarLayoutToolbarCollapseThenPinWithFab.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPinWithFab
DAppBarLayoutToolbarCollapseThenScroll.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenScroll
DAppBarLayoutToolbarScrollTabsPin.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsPin
DAppBarLayoutToolbarCollapseThenPin.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPin
DAppBarLayoutToolbarCollapseWithImageWithInsets.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseWithImageWithInsets
DAppBarLayoutToolbarParallaxOverlapContent.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarParallaxOverlapContent
DBottomSheetPersistent.java29 protected int getLayoutId() { in getLayoutId() method in BottomSheetPersistent
DAppBarLayoutUsageBase.java46 setContentView(getLayoutId()); in onCreate()
139 protected abstract int getLayoutId(); in getLayoutId() method in AppBarLayoutUsageBase
DBottomSheetScrollView.java31 protected int getLayoutId() { in getLayoutId() method in BottomSheetScrollView
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/
DBaseSwipeRefreshLayoutActivity.java91 setContentView(getLayoutId()); in onCreate()
100 protected abstract int getLayoutId(); in getLayoutId() method in BaseSwipeRefreshLayoutActivity
DSwipeRefreshLayoutActivityNestedScrollView.java24 protected int getLayoutId() { in getLayoutId() method in SwipeRefreshLayoutActivityNestedScrollView
DSwipeRefreshLayoutActivityTextView.java24 protected int getLayoutId() { in getLayoutId() method in SwipeRefreshLayoutActivityTextView
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java350 when(a.getLayoutId()).thenReturn(234); in testRemoteViews_layoutChange()
352 when(b.getLayoutId()).thenReturn(189); in testRemoteViews_layoutChange()
370 when(a.getLayoutId()).thenReturn(234); in testRemoteViews_layoutSame()
372 when(b.getLayoutId()).thenReturn(234); in testRemoteViews_layoutSame()
390 when(a.getLayoutId()).thenReturn(234); in testRemoteViews_sequenceChange()
393 when(b.getLayoutId()).thenReturn(234); in testRemoteViews_sequenceChange()
412 when(a.getLayoutId()).thenReturn(234); in testRemoteViews_sequenceSame()
415 when(b.getLayoutId()).thenReturn(234); in testRemoteViews_sequenceSame()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DDataBinderMapper.java35 public int getLayoutId(String tag) { return 0; } in getLayoutId() method in DataBinderMapper

12