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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DMultiPaneChallengeLayout.java50 private final Rect mInsets = new Rect(); field in class:MultiPaneChallengeLayout
85 mInsets.set(insets);
195 virtualHeight = mDisplayMetrics.heightPixels - root.getPaddingTop() - mInsets.top;
219 final int insetHeight = height - mInsets.top - mInsets.bottom;
339 final int insetHeight = height - mInsets.top - mInsets.bottom;
455 top += mInsets.top;
456 bottom += mInsets.top;
H A DCameraWidgetFrame.java65 private final Rect mInsets = new Rect(); field in class:CameraWidgetFrame
220 final int width = root.getWidth() - mInsets.right; // leave room
221 final int height = root.getHeight() - mInsets.bottom; // for bars
268 final int navHeight = mInsets.bottom;
269 final int navWidth = mInsets.right;
517 mInsets.set(insets);
H A DKeyguardHostView.java98 private final Rect mInsets = new Rect(); field in class:KeyguardHostView
861 ss.insets.set(mInsets);
887 mInsets.set(insets);
888 if (mSlidingChallengeLayout != null) mSlidingChallengeLayout.setInsets(mInsets);
889 if (mMultiPaneChallengeLayout != null) mMultiPaneChallengeLayout.setInsets(mInsets);
892 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...]

Completed in 46 milliseconds