Home
last modified time | relevance | path

Searched defs:landscape (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarInflaterView.java97 Configuration landscape = new Configuration(); in createInflaters() local
219 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons()
235 protected View inflateButton(String buttonSpec, ViewGroup parent, boolean landscape, in inflateButton()
260 private View applySize(View v, String buttonSpec, boolean landscape, boolean start) { in applySize()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java115 Configuration landscape = new Configuration(); in createInflaters() local
274 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons()
290 protected View inflateButton(String buttonSpec, ViewGroup parent, boolean landscape, in inflateButton()
315 private View applySize(View v, String buttonSpec, boolean landscape, boolean start) { in applySize()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyInsetsTests.java66 public void landscape() { in landscape() method in DisplayPolicyInsetsTests
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DDisplayLayout.java536 public static int getNavigationBarSize(Resources res, int navBarSide, boolean landscape, in getNavigationBarSize()
560 public static int getNavigationBarFrameHeight(Resources res, boolean landscape) { in getNavigationBarFrameHeight()
/frameworks/base/core/tests/coretests/src/android/widget/
DRemoteViewsTest.java182 RemoteViews landscape = new RemoteViews(mPackage, R.layout.remote_views_test); in parcelSize_differentOrientation() local
762 final RemoteViews landscape = new RemoteViews(mPackage, R.layout.remote_views_test); in visitUris_separateOrientation() local
/frameworks/proto_logging/stats/
Datoms.proto4109 optional bool landscape = 5; field