Searched refs:mInsets (Results 1 - 4 of 4) 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 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...]
H A DCameraWidgetFrame.java66 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
265 final int navHeight = mInsets.bottom;
266 final int navWidth = mInsets.right;
513 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);

Completed in 1568 milliseconds