HomeSort by relevance Sort by last modified time
    Searched refs:contentInsets (Results 1 - 25 of 41) sorted by null

1 2

  /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);
IWindow.aidl 51 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets,
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...]
IWindowSession.aidl 138 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
ViewRootImpl.java     [all...]
  /frameworks/base/core/proto/android/view/
remote_animation_target.proto 38 optional .android.graphics.RectProto contentInsets = 6;
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestIWindow.java 39 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets,
TaskSnapshotSurfaceTest.java 59 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis,
64 ORIENTATION_PORTRAIT, contentInsets, false, 1.0f, true /* isRealSnapshot */,
  /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/
TaskSnapshotSurface.java 270 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) {
272 mContentInsets.set(contentInsets);
276 mSystemBarBackgroundPainter.setInsets(contentInsets, stableInsets);
443 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets,
493 void setInsets(Rect contentInsets, Rect stableInsets) {
494 mContentInsets.set(contentInsets);
AppTransition.java     [all...]
RecentsAnimationController.java 365 final Rect contentInsets = mTargetAppToken != null
369 mRunner.onAnimationStart(mController, appTargets, contentInsets,
Session.java 267 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
268 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
WindowState.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 42 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets,
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.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/content/res/
CompatibilityInfo.java 413 public Rect getTranslatedContentInsets(Rect contentInsets) {
415 mContentInsetsBuffer.set(contentInsets);
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-3.1.1.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 423 inoutInfo.contentInsets.set(mChild.getLeft(), mChild.getTop(),
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
ClipAnimationHelper.java 97 mSourceInsets.set(target.contentInsets);
  /external/robolectric/v3/
robolectric-3.1-SNAPSHOT.jar 
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java     [all...]
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
MainInteractionSession.java 343 outInsets.contentInsets.top = mBottomContent.getTop();

Completed in 231 milliseconds

1 2