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

  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
RemoteAnimationTargetCompat.java 48 public final Rect contentInsets;
60 contentInsets = app.contentInsets;
  /frameworks/base/core/java/android/view/
RemoteAnimationTarget.java 97 public final Rect contentInsets;
131 Rect clipRect, Rect contentInsets, int prefixOrderIndex, Point position,
138 this.contentInsets = new Rect(contentInsets);
152 contentInsets = in.readParcelable(null);
172 dest.writeParcelable(contentInsets, 0 /* flags */);
185 pw.print(" contentInsets="); contentInsets.printShortString(pw);
201 contentInsets.writeToProto(proto, CONTENT_INSETS);
ViewTreeObserver.java 212 public final Rect contentInsets = new Rect();
263 contentInsets.setEmpty();
270 return contentInsets.isEmpty()
278 int result = contentInsets.hashCode();
292 contentInsets.equals(other.contentInsets) &&
298 contentInsets.set(other.contentInsets);
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 246 final Insets contentInsets = super.getOpticalInsets();
249 contentInsets.left + mTmpInsetRect.left,
250 contentInsets.top + mTmpInsetRect.top,
251 contentInsets.right + mTmpInsetRect.right,
252 contentInsets.bottom + mTmpInsetRect.bottom);
  /frameworks/base/services/core/java/com/android/server/wm/
RecentsAnimationController.java 365 final Rect contentInsets = mTargetAppToken != null
369 mRunner.onAnimationStart(mController, appTargets, contentInsets,
WindowState.java     [all...]
  /cts/tests/framework/base/activitymanager/src/android/server/am/
ActivityManagerPinnedStackTests.java 282 Rect contentInsets = windowState.getContentInsets();
283 if (contentInsets != null) {
284 assertTrue(contentInsets.left >= 0 && contentInsets.top >= 0
285 && contentInsets.width() >= 0 && contentInsets.height() >= 0);
    [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java     [all...]
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-3.1.1.jar 
  /packages/apps/Launcher3/quickstep/libs/
sysui_shared.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 451 milliseconds