Searched defs:mInsets (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DMultiPaneChallengeLayout.java51 private final Rect mInsets = new Rect(); field in class:MultiPaneChallengeLayout
86 mInsets.set(insets);
196 virtualHeight = mDisplayMetrics.heightPixels - root.getPaddingTop() - mInsets.top;
220 final int insetHeight = height - mInsets.top - mInsets.bottom;
340 final int insetHeight = height - mInsets.top - mInsets.bottom;
456 top += mInsets.top;
457 bottom += mInsets.top;
H A DCameraWidgetFrame.java65 private final Rect mInsets = new Rect(); field in class:CameraWidgetFrame
218 final int width = root.getWidth() - mInsets.right; // leave room
219 final int height = root.getHeight() - mInsets.bottom; // for bars
266 final int navHeight = mInsets.bottom;
267 final int navWidth = mInsets.right;
515 mInsets.set(insets);
H A DKeyguardHostView.java121 private final Rect mInsets = new Rect(); field in class:KeyguardHostView
1425 ss.insets.set(mInsets);
1451 mInsets.set(insets);
1452 if (mSlidingChallengeLayout != null) mSlidingChallengeLayout.setInsets(mInsets);
1453 if (mMultiPaneChallengeLayout != null) mMultiPaneChallengeLayout.setInsets(mInsets);
1456 if (cameraWidget != null) cameraWidget.setInsets(mInsets);
H A DSlidingChallengeLayout.java130 private final Rect mInsets = new Rect(); field in class:SlidingChallengeLayout
272 mInsets.set(insets);
823 final int insetHeight = height - mInsets.top - mInsets.bottom;
890 - root.getPaddingTop() - mInsets.top;
921 - root.getPaddingTop() - mInsets.top;
960 final int layoutBottom = height - paddingBottom - lp.bottomMargin - mInsets.bottom;
971 final int bottom = height - paddingBottom - lp.bottomMargin - mInsets.bottom;
980 paddingTop + lp.topMargin + mInsets.top,
982 paddingTop + child.getMeasuredHeight() + mInsets
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java63 private Insets mInsets = Insets.NONE; field in class:DrawableContainer
116 return mInsets;
353 mInsets = d.getOpticalInsets();
369 mInsets = Insets.NONE;
373 mInsets = Insets.NONE;

Completed in 767 milliseconds