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

1 2

  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
SurfaceControlWithBackground.java 172 final Rect contentInsets = mWindowSurfaceController.mAnimator.mWin.mContentInsets;
173 float d = contentInsets.top == 0 ? 0 : (float) crop.top / contentInsets.top;
TaskSnapshotSurface.java 267 void setFrames(Rect frame, Rect contentInsets, Rect stableInsets) {
269 mContentInsets.set(contentInsets);
273 mSystemBarBackgroundPainter.setInsets(contentInsets, stableInsets);
437 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets,
486 void setInsets(Rect contentInsets, Rect stableInsets) {
487 mContentInsets.set(contentInsets);
Session.java 261 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
262 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
WindowState.java     [all...]
  /frameworks/base/core/java/android/view/
IWindow.aidl 50 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 133 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
ViewRootImpl.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
TestIWindow.java 38 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets,
TaskSnapshotSurfaceTest.java 58 private void setupSurface(int width, int height, Rect contentInsets, int sysuiVis,
63 ORIENTATION_PORTRAIT, contentInsets, false, 1.0f);
  /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/core/java/com/android/internal/view/
BaseIWindow.java 41 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets,
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 124 public void setInsets(IWindow window, int touchable, Rect contentInsets,
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java     [all...]
  /cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
ActivityManagerPinnedStackTests.java 230 Rectangle contentInsets = windowState.getContentInsets();
231 assertTrue(contentInsets.x >= 0 && contentInsets.y >= 0 && contentInsets.width >= 0 &&
232 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/lib/
robolectric-3.1.1.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
HardwareUiLayout.java 429 inoutInfo.contentInsets.set(mChild.getLeft(), mChild.getTop(),
  /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 329 outInsets.contentInsets.top = mBottomContent.getTop();
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 349 info.contentInsets.top = info.visibleInsets.top
355 info.contentInsets.top = mTmpInsets.contentTopInsets;
    [all...]
  /frameworks/base/core/java/android/app/
ActivityManager.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 302 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
    [all...]

Completed in 824 milliseconds

1 2