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

  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 66 mInsetState.mInsetLeft = insetLeft;
121 mInsetState.mInsetLeft = inLeft;
172 padding.left += mInsetState.mInsetLeft;
177 if (pad || (mInsetState.mInsetLeft | mInsetState.mInsetRight |
223 r.left += mInsetState.mInsetLeft;
263 int mInsetLeft;
279 mInsetLeft = orig.mInsetLeft;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationLinearLayout.java 45 int mInsetLeft;
61 mInsetLeft = a.getDimensionPixelSize(R.styleable.NotificationLinearLayout_insetLeft, 0);
79 final int insetLeft = mInsetLeft;

Completed in 42 milliseconds