Home
last modified time | relevance | path

Searched refs:getDecorToolbar (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DFrameworkActionBarWrapper.java113 return getDecorToolbar().isSplit(); in isSplit()
170 abstract DecorToolbar getDecorToolbar(); in getDecorToolbar() method in FrameworkActionBarWrapper
202 DecorToolbar decorToolbar = getDecorToolbar(); in inflateMenus()
227 DecorToolbar getDecorToolbar() { in getDecorToolbar() method in FrameworkActionBarWrapper.ToolbarWrapper
325 ActionBarView getDecorToolbar() { in getDecorToolbar() method in FrameworkActionBarWrapper.WindowActionBarWrapper
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
DActionBarOverlayLayout.java532 mDecorToolbar = getDecorToolbar(findViewById(R.id.action_bar)); in pullChildren()
536 private DecorToolbar getDecorToolbar(View view) { in getDecorToolbar() method in ActionBarOverlayLayout
/frameworks/base/core/java/com/android/internal/widget/
DActionBarOverlayLayout.java574 mDecorToolbar = getDecorToolbar(findViewById(com.android.internal.R.id.action_bar));
580 private DecorToolbar getDecorToolbar(View view) {
/frameworks/support/v7/appcompat/src/android/support/v7/internal/app/
DWindowDecorActionBar.java200 mDecorToolbar = getDecorToolbar(decor.findViewById(R.id.action_bar)); in init()
237 private DecorToolbar getDecorToolbar(View view) { in getDecorToolbar() method in WindowDecorActionBar
/frameworks/base/core/java/com/android/internal/app/
DWindowDecorActionBar.java196 mDecorToolbar = getDecorToolbar(decor.findViewById(com.android.internal.R.id.action_bar)); in init()
237 private DecorToolbar getDecorToolbar(View view) { in getDecorToolbar() method in WindowDecorActionBar