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/com/example/android/support/design/widget/
DBottomSheetUsageBase.java40 setContentView(getLayoutId()); in onCreate()
58 protected abstract int getLayoutId(); in getLayoutId() method in BottomSheetUsageBase
DSnackbarUsage.java38 setContentView(getLayoutId()); in onCreate()
43 protected int getLayoutId() { in getLayoutId() method in SnackbarUsage
DAppBarLayoutToolbarCollapseThenScroll.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenScroll
DAppBarLayoutToolbarCollapseThenScrollWithSwipeRefresh.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenScrollWithSwipeRefresh
DAppBarLayoutToolbarCollapseThenPinWithFab.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPinWithFab
DAppBarLayoutToolbarCollapseThenPinNested.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPinNested
DAppBarLayoutToolbarScrollTabsScroll.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsScroll
DSnackbarWithoutCoordinatorLayout.java27 protected int getLayoutId() { in getLayoutId() method in SnackbarWithoutCoordinatorLayout
DSnackbarWithFloatingActionButton.java27 protected int getLayoutId() { in getLayoutId() method in SnackbarWithFloatingActionButton
DAppBarLayoutToolbarCollapseWithImageWithInsets.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseWithImageWithInsets
DAppBarLayoutToolbarScrollTabsPinWithSwipeRefresh.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsPinWithSwipeRefresh
DAppBarLayoutToolbarCollapseWithImage.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseWithImage
DAppBarLayoutToolbarScrollTabsPin.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsPin
DAppBarLayoutToolbarScrollTabsScrollSnap.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsScrollSnap
DAppBarLayoutToolbarCollapseThenPin.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPin
DAppBarLayoutToolbarParallaxOverlapContent.java24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarParallaxOverlapContent
DBottomSheetPersistent.java30 protected int getLayoutId() { in getLayoutId() method in BottomSheetPersistent
DAppBarLayoutUsageBase.java45 setContentView(getLayoutId()); in onCreate()
138 protected abstract int getLayoutId(); in getLayoutId() method in AppBarLayoutUsageBase
DBottomSheetScrollView.java30 protected int getLayoutId() { in getLayoutId() method in BottomSheetScrollView
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
DBaseSwipeRefreshLayoutActivity.java90 setContentView(getLayoutId()); in onCreate()
99 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
DSwipeRefreshLayoutActivityList.java41 protected int getLayoutId() { in getLayoutId() method in SwipeRefreshLayoutActivityList
/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