Home
last modified time | relevance | path

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

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteHardwareConfig.java49 config.getScreenRoundness(), config.hasSoftwareButtons()); in RemoteHardwareConfig()
54 ScreenRound screenRoundness, boolean hasSoftwareButtons) { in RemoteHardwareConfig() argument
63 mHasSoftwareButtons = hasSoftwareButtons; in RemoteHardwareConfig()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayout.java518 if (hasSoftwareButtons() && !mWindowIsFloating) { in findNavBar()
563 private boolean hasSoftwareButtons() { in hasSoftwareButtons() method in Layout.Builder
564 return mParams.getHardwareConfig().hasSoftwareButtons(); in hasSoftwareButtons()
583 hasSoftwareButtons() && mNavBarSize > 0; in hasNavBar()