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

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 112 private int mFeedbackCount = 3;
219 mFeedbackCount = a.getInt(R.styleable.MultiWaveView_feedbackCount,
220 mFeedbackCount);
234 for (int k = 0; k < mFeedbackCount; k++) {
280 Log.v(TAG, "FeedbackCount = " + mFeedbackCount);
410 * mFeedbackCount items in the order: left, right, top, bottom.
417 final int directionCount = mFeedbackCount > 0 ? mChevronDrawables.size()/mFeedbackCount : 0;
421 // Add an animation for all chevron drawables. There are mFeedbackCount drawables
431 for (int count = 0; count < mFeedbackCount; count++)
    [all...]
GlowPadView.java 107 private int mFeedbackCount = 3;
224 mFeedbackCount = a.getInt(R.styleable.GlowPadView_feedbackCount,
225 mFeedbackCount);
289 Log.v(TAG, "FeedbackCount = " + mFeedbackCount);
686 if (mFeedbackCount > 0) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 110 private int mFeedbackCount = 3;
220 mFeedbackCount = a.getInt(R.styleable.GlowPadView_feedbackCount,
221 mFeedbackCount);
287 Log.v(TAG, "FeedbackCount = " + mFeedbackCount);
676 if (mFeedbackCount > 0) {
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 110 private int mFeedbackCount = 3;
222 mFeedbackCount = a.getInt(R.styleable.GlowPadView_feedbackCount,
223 mFeedbackCount);
290 Log.v(TAG, "FeedbackCount = " + mFeedbackCount);
704 if (mFeedbackCount > 0) {
    [all...]

Completed in 1645 milliseconds