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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java 44 private View mIndicatorView;
51 mIndicatorView = indicatorView;
77 if (mIndicatorView != null) {
78 mIndicatorView.setPressed(pressed);
79 mIndicatorView.invalidate();
  /packages/apps/Settings/src/com/android/settings/widget/
SlidingTabLayout.java 38 private final View mIndicatorView;
50 mIndicatorView = mLayoutInflater.inflate(R.layout.sliding_tab_indicator_view, this, false);
53 addView(mIndicatorView, mIndicatorView.getLayoutParams());
78 mIndicatorView.getMeasuredHeight(), MeasureSpec.EXACTLY);
79 mIndicatorView.measure(width, height);
87 final int indicatorHeight = mIndicatorView.getMeasuredHeight();
88 final int indicatorWidth = mIndicatorView.getMeasuredWidth();
97 mIndicatorView.layout(totalWidth - indicatorWidth,
101 mIndicatorView.layout(0, indicatorBottom - indicatorHeight
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 62 private MotionIndicatorView mIndicatorView;
94 mIndicatorView = (MotionIndicatorView) findViewById(R.id.cam_indicator);
137 mIndicatorView.setDataProvider(
186 mIndicatorView.invalidate();
200 mIndicatorView.enableAxis(axis);
205 mIndicatorView.enableAxis(AXIS_NONE);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 536 private ImageView mIndicatorView;
591 mIndicatorView = (ImageView) mHeaderView.findViewById(R.id.group_indicator);
592 mIndicatorView.setImageDrawable(getGroupIndicator());
621 mIndicatorView.setImageState(mIsListExpanded ? GROUP_EXPANDED_STATE_SET
    [all...]

Completed in 161 milliseconds