HomeSort by relevance Sort by last modified time
    Searched refs:mRoundedRectCornerRadius (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 103 private final int mRoundedRectCornerRadius;
155 mRoundedRectCornerRadius = getResources().getDimensionPixelSize(
734 canvas.drawRoundRect(mAppearAnimationRect, mRoundedRectCornerRadius,
735 mRoundedRectCornerRadius, mAppearPaint);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 51 private int mRoundedRectCornerRadius;
124 mRoundedRectCornerRadius = context.getResources().getDimensionPixelSize(
218 : mRoundedRectCornerRadius * state.scale;
    [all...]

Completed in 202 milliseconds