HomeSort by relevance Sort by last modified time
    Searched defs:mLayoutWidth (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcherScrim.java 47 private int mLayoutWidth;
91 mLayoutWidth = right - left;
98 if (mLayoutWidth == 0) {
101 float radius = mLayoutWidth * OUTER_EXTENT;
104 new RadialGradient(isLtr ? mLayoutWidth : 0, 0, radius,
108 new float[] { Math.max(0f, mLayoutWidth * INNER_EXTENT / radius), 1f },
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
PlaybackGlueHostImplWithViewHolder.java 35 protected int mLayoutWidth = 1920;
61 mRootView.addView(mViewHolder.view, mLayoutWidth, mLayoutHeight);
  /frameworks/support/wear/src/android/support/wear/widget/
CurvingLayoutCallback.java 48 private int mLayoutWidth;
65 mLayoutWidth = mParentView.getWidth();
69 maybeSetUpCircularInitialLayout(mLayoutWidth, mLayoutHeight);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
CalendarWatchFaceService.java 72 int mLayoutWidth;
175 if (mLayout == null || mLayoutWidth != bounds.width()) {
176 mLayoutWidth = bounds.width();
177 mLayout = new DynamicLayout(mEditable, mTextPaint, mLayoutWidth,
  /frameworks/support/wear/tests/src/android/support/wear/widget/
SwipeDismissFrameLayoutTest.java 71 private int mLayoutWidth;
269 int halfBound = mLayoutWidth / 2;
270 RectF bounds = new RectF(0, center - halfBound, mLayoutWidth, center + halfBound);
336 float normalizedX = x - mLayoutWidth / 2;
337 float normalizedY = y - mLayoutWidth / 2;
341 return Math.sqrt(squareX + squareY) < (mLayoutWidth / 2 - 30);
393 mLayoutWidth = testLayout.getWidth();
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 

Completed in 168 milliseconds