OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rootstoolbar
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java
577
final Toolbar
rootsToolbar
= (Toolbar) getActivity().findViewById(R.id.roots_toolbar);
578
if (
rootsToolbar
!= null) {
579
rootsToolbar
.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
599
final Toolbar
rootsToolbar
= (Toolbar) getActivity().findViewById(
601
if (
rootsToolbar
!= null) {
602
rootsToolbar
.setImportantForAccessibility(
[
all
...]
Completed in 102 milliseconds