Searched refs:hasSoftwareButtons (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java237 if (hasSoftwareButtons() && mNavigationBarOrientation == LinearLayout.VERTICAL) {
1042 private boolean hasSoftwareButtons() { method in class:RenderSessionImpl
1043 return getParams().getHardwareConfig().hasSoftwareButtons();
1131 if (hasSoftwareButtons() && mWindowIsFloating == false) {

Completed in 30 milliseconds