HomeSort by relevance Sort by last modified time
    Searched defs:bottomInset (Results 1 - 12 of 12) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 204 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset;
208 double apothem = radius - bottomInset;
212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset);
214 return new Rect(leftRightInset, 0, leftRightInset, bottomInset);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 204 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset;
208 double apothem = radius - bottomInset;
212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset);
214 return new Rect(leftRightInset, 0, leftRightInset, bottomInset);
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Utils.java 204 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset;
208 double apothem = radius - bottomInset;
212 Log.d(TAG, "calculateBottomInsetsOnRoundDevice: " + bottomInset + ", " + leftRightInset);
214 return new Rect(leftRightInset, 0, leftRightInset, bottomInset);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
SystemBarHelper.java 318 int bottomInset = insets.getSystemWindowInsetBottom();
330 bottomInset = 0;
338 bottomInset
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 373 final int bottomInset = DecorView.getColorViewBottomInset(stableInsets.bottom,
388 final int size = DecorView.getNavBarSize(bottomInset, rightInset, leftInset);
389 if (DecorView.isNavBarToRightEdge(bottomInset, rightInset)) {
391 } else if (DecorView.isNavBarToLeftEdge(bottomInset, leftInset)) {
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java     [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
PhoneWindowManager.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 839 milliseconds