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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImpl.java 600 Rect systemInsets = new Rect();
601 ssp.getStableInsets(systemInsets);
609 windowRect.bottom -= systemInsets.bottom;
610 systemInsets.bottom = 0;
612 calculateWindowStableInsets(systemInsets, windowRect);
618 stackLayout.setSystemInsets(systemInsets);
620 stackLayout.getTaskStackBounds(displayRect, windowRect, systemInsets.top,
621 systemInsets.left, systemInsets.right, mTaskStackBounds);
    [all...]
  /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 157 milliseconds