Home
last modified time | relevance | path

Searched refs:isIconOnLeft (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationSettingsIconRow.java139 public boolean isIconOnLeft() { in isIconOnLeft() method in NotificationSettingsIconRow
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java4016 boolean onLeft = mGearSnappedTo ? mGearSnappedOnLeft : mCurrIconRow.isIconOnLeft(); in onMoveUpdate()
4081 boolean gestureTowardsGear = isTowardsGear(velocity, mCurrIconRow.isIconOnLeft()); in handleUpEvent()
4088 if (mGearSnappedOnLeft == mCurrIconRow.isIconOnLeft()) { in handleUpEvent()
4132 final float target = mCurrIconRow.isIconOnLeft() ? snapBackThreshold in snapToGear()
4163 return !swipedFarEnough() && mCurrIconRow.isVisible() && (mCurrIconRow.isIconOnLeft() in swipedEnoughToShowGear()
4232 mGearSnappedOnLeft = (mCurrIconRow != null) ? mCurrIconRow.isIconOnLeft() : false; in setSnappedToGear()