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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 591 Rect systemInsets = new Rect();
592 ssp.getStableInsets(systemInsets);
600 windowRect.bottom -= systemInsets.bottom;
601 systemInsets.bottom = 0;
603 calculateWindowStableInsets(systemInsets, windowRect);
609 stackLayout.setSystemInsets(systemInsets);
611 stackLayout.getTaskStackBounds(displayRect, windowRect, systemInsets.top,
612 systemInsets.right, mTaskStackBounds);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 284 final Rect systemInsets = insets;
287 boolean changed = applyInsets(mActionBarTop, systemInsets, true, true, false, true);
289 mBaseInnerInsets.set(systemInsets);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 539 milliseconds