/packages/apps/Settings/src/com/android/settings/widget/ |
D | HomepageAppBarScrollingViewBehavior.java | 45 AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged() local 52 void setAppBarLayoutTransparent(AppBarLayout appBarLayout) { in setAppBarLayoutTransparent()
|
D | FloatingAppBarScrollingViewBehavior.java | 45 AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged() local 52 void setAppBarLayoutTransparent(AppBarLayout appBarLayout) { in setAppBarLayoutTransparent()
|
D | HighlightablePreferenceGroupAdapter.java | 141 public void requestHighlight(View root, RecyclerView recyclerView, AppBarLayout appBarLayout) { in requestHighlight()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ui/ |
D | SearchBarScrollingViewBehavior.java | 45 final AppBarLayout appBarLayout = (AppBarLayout) dependency; in onDependentViewChanged() local 51 private void setAppBarLayoutTransparent(AppBarLayout appBarLayout) { in setAppBarLayoutTransparent()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/ |
D | HomepageAppBarScrollingViewBehaviorTest.java | 52 final AppBarLayout appBarLayout = new AppBarLayout(mContext); in setAppBarLayoutTransparent_backgroundDefaultAsWhite_shouldBeTransparent() local
|
D | FloatingAppBarScrollingViewBehaviorTest.java | 57 final AppBarLayout appBarLayout = new AppBarLayout(mContext); in setAppBarLayoutTransparent_backgroundDefaultAsWhite_shouldBeTransparent() local
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsHelperTest.java | 345 AppBarLayout appBarLayout = spy(new AppBarLayout(mContext)); in configureAppBarByOrientation_landscape_shouldNotExpand() local 358 AppBarLayout appBarLayout = spy(new AppBarLayout(mContext)); in configureAppBarByOrientation_portrait_shouldExpand() local 415 FragmentActivity fragmentActivity, AppBarLayout appBarLayout, int orientationPortrait) { in setUpFragment()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ui/ |
D | SearchBarScrollingViewBehaviorTest.java | 58 final AppBarLayout appBarLayout = new AppBarLayout(mContext); in setAppBarLayoutTransparent_defaultWhiteBackground_shouldBeTransparent() local
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/ |
D | HealthPreferenceFragment.kt | 60 val appBarLayout = in onCreate() constant
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/ |
D | CategoriesFragment.kt | 116 val appBarLayout = view.requireViewById<AppBarLayout>(R.id.app_bar) in <lambda>() constant
|
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/ |
D | HighlightablePreferenceGroupAdapter.java | 122 public void requestHighlight(View root, RecyclerView recyclerView, AppBarLayout appBarLayout) { in requestHighlight()
|
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/ |
D | AudioStreamsHelper.java | 400 AppBarLayout appBarLayout = activity.findViewById(R.id.app_bar); in configureAppBarByOrientation() local
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | CustomizationPickerFragment.java | 149 AppBarLayout appBarLayout = view.findViewById(R.id.app_bar); in onCreateView() local
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | BaseActivity.java | 233 AppBarLayout appBarLayout = findViewById(R.id.app_bar); in onCreate() local 889 final AppBarLayout appBarLayout = findViewById(R.id.app_bar); in expandAppBar() local
|
D | NavigationViewManager.java | 216 public void onOffsetChanged(AppBarLayout appBarLayout, int offset) { in onOffsetChanged()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | IndividualPickerFragment2.kt | 485 val appBarLayout = view.requireViewById<AppBarLayout>(R.id.app_bar) in <lambda>() constant
|
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
D | DirectoryFragment.java | 843 View appBarLayout = getActivity().findViewById(R.id.app_bar); in getAppBarLayoutHeight() local
|