/frameworks/base/core/java/android/widget/ |
D | RemoteViewsListAdapter.java | 54 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/ |
D | BottomSheetUsageBase.java | 41 setContentView(getLayoutId()); in onCreate() 59 protected abstract int getLayoutId(); in getLayoutId() method in BottomSheetUsageBase
|
D | SnackbarUsage.java | 39 setContentView(getLayoutId()); in onCreate() 44 protected int getLayoutId() { in getLayoutId() method in SnackbarUsage
|
D | AppBarLayoutToolbarScrollTabsScroll.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsScroll
|
D | AppBarLayoutToolbarScrollTabsPinWithSwipeRefresh.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsPinWithSwipeRefresh
|
D | AppBarLayoutToolbarCollapseThenScrollWithSwipeRefresh.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenScrollWithSwipeRefresh
|
D | AppBarLayoutToolbarCollapseWithImage.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseWithImage
|
D | AppBarLayoutToolbarCollapseThenPinNested.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPinNested
|
D | SnackbarWithFloatingActionButton.java | 27 protected int getLayoutId() { in getLayoutId() method in SnackbarWithFloatingActionButton
|
D | AppBarLayoutToolbarScrollTabsScrollSnap.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsScrollSnap
|
D | SnackbarWithoutCoordinatorLayout.java | 27 protected int getLayoutId() { in getLayoutId() method in SnackbarWithoutCoordinatorLayout
|
D | AppBarLayoutToolbarCollapseThenPinWithFab.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPinWithFab
|
D | AppBarLayoutToolbarCollapseThenScroll.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenScroll
|
D | AppBarLayoutToolbarScrollTabsPin.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarScrollTabsPin
|
D | AppBarLayoutToolbarCollapseThenPin.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseThenPin
|
D | AppBarLayoutToolbarCollapseWithImageWithInsets.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarCollapseWithImageWithInsets
|
D | AppBarLayoutToolbarParallaxOverlapContent.java | 24 protected int getLayoutId() { in getLayoutId() method in AppBarLayoutToolbarParallaxOverlapContent
|
D | BottomSheetPersistent.java | 29 protected int getLayoutId() { in getLayoutId() method in BottomSheetPersistent
|
D | AppBarLayoutUsageBase.java | 46 setContentView(getLayoutId()); in onCreate() 139 protected abstract int getLayoutId(); in getLayoutId() method in AppBarLayoutUsageBase
|
D | BottomSheetScrollView.java | 31 protected int getLayoutId() { in getLayoutId() method in BottomSheetScrollView
|
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/widget/ |
D | BaseSwipeRefreshLayoutActivity.java | 91 setContentView(getLayoutId()); in onCreate() 100 protected abstract int getLayoutId(); in getLayoutId() method in BaseSwipeRefreshLayoutActivity
|
D | SwipeRefreshLayoutActivityNestedScrollView.java | 24 protected int getLayoutId() { in getLayoutId() method in SwipeRefreshLayoutActivityNestedScrollView
|
D | SwipeRefreshLayoutActivityTextView.java | 24 protected int getLayoutId() { in getLayoutId() method in SwipeRefreshLayoutActivityTextView
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationTest.java | 350 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/ |
D | DataBinderMapper.java | 35 public int getLayoutId(String tag) { return 0; } in getLayoutId() method in DataBinderMapper
|