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

  /development/samples/devbytes/animation/Anticipation/src/com/example/android/anticipation/
AnticiButton.java 51 boolean mOnLeft = true;
96 downAnim = ObjectAnimator.ofFloat(this, "skewX", mOnLeft ? .5f : -.5f);
114 mOnLeft ? .5f : -.5f);
123 View.TRANSLATION_X, mOnLeft ? 400 : 0);
130 mOnLeft ? -.5f : .5f);
143 mOnLeft = !mOnLeft;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationSettingsIconRow.java 55 private boolean mOnLeft = true;
112 setIconLocation(mOnLeft);
140 return mOnLeft;
243 setIconLocation(mOnLeft);
247 if ((mIconPlaced && onLeft == mOnLeft) || mSnapping || mParent == null
259 mOnLeft = onLeft;
266 if ((mOnLeft && onRight) || (!mOnLeft && onLeft)) {

Completed in 511 milliseconds