HomeSort by relevance Sort by last modified time
    Searched refs:systemInsets (Results 1 - 10 of 10) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 175 * @param systemInsets the system insets
178 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) {
181 int width = size.x + systemInsets.left + systemInsets.right;
182 int height = size.y + systemInsets.top + systemInsets.bottom;
188 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset;
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Shared/src/main/java/com/example/android/xyztouristattractions/common/
Utils.java 175 * @param systemInsets the system insets
178 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) {
181 int width = size.x + systemInsets.left + systemInsets.right;
182 int height = size.y + systemInsets.top + systemInsets.bottom;
188 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset;
  /development/samples/browseable/XYZTouristAttractions/Shared/src/com.example.android.xyztouristattractions.common/
Utils.java 175 * @param systemInsets the system insets
178 public static Rect calculateBottomInsetsOnRoundDevice(Display display, Rect systemInsets) {
181 int width = size.x + systemInsets.left + systemInsets.right;
182 int height = size.y + systemInsets.top + systemInsets.bottom;
188 int bottomInset = systemInsets.bottom > minInset ? systemInsets.bottom : minInset;
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 316 final Rect systemInsets = insets.getSystemWindowInsets();
319 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
321 changed |= applyInsets(mActionBarBottom, systemInsets, true, false, true, true);
324 mBaseInnerInsets.set(systemInsets);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java 64 public Rect systemInsets = new Rect();
276 systemInsets.set(insets);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarOverlayLayout.java 286 final Rect systemInsets = insets;
289 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
291 mBaseInnerInsets.set(systemInsets);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DebugOverlayView.java 165 canvas.drawText(mText, 10f, getMeasuredHeight() - mTmpRect.height() - mConfig.systemInsets.bottom, mTmpPaint);
RecentsView.java 327 mConfig.getSearchBarBounds(width, height, mConfig.systemInsets.top, searchBarSpaceBounds);
334 mConfig.getAvailableTaskStackBounds(width, height, mConfig.systemInsets.top,
335 mConfig.systemInsets.right, searchBarSpaceBounds, taskStackBounds);
366 mConfig.systemInsets.top, searchBarSpaceBounds);
TaskStackView.java 750 taskStackBounds.bottom -= mConfig.systemInsets.bottom;
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 288 milliseconds