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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewTwoPane.java 61 private View mSearchPlate;
98 mSearchPlate = findViewById(R.id.left_pane);
144 ViewGroup.LayoutParams params = mSearchPlate.getLayoutParams();
146 mSearchPlate.setLayoutParams(params);
148 Animator animator = ObjectAnimator.ofInt(mSearchPlate, "alpha", 0, 255);
153 ViewGroup.LayoutParams params = mSearchPlate.getLayoutParams();
157 mSearchPlate.setLayoutParams(params);
  /frameworks/base/core/java/android/app/
SearchDialog.java 80 private View mSearchPlate;
190 mSearchPlate = mSearchView.findViewById(com.android.internal.R.id.search_plate);
447 mSearchPlate.setPadding(SEARCH_PLATE_LEFT_PADDING_NON_GLOBAL, mSearchPlate.getPaddingTop(), mSearchPlate.getPaddingRight(), mSearchPlate.getPaddingBottom());
487 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) {
  /frameworks/base/core/java/android/widget/
SearchView.java 113 private View mSearchPlate;
256 mSearchPlate = findViewById(R.id.search_plate);
818 mSearchPlate.getBackground().setState(focused ? FOCUSED_STATE_SET : EMPTY_STATE_SET);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 117 private View mSearchPlate;
262 mSearchPlate = findViewById(R.id.search_plate);
842 mSearchPlate.getBackground().setState(focused ? FOCUSED_STATE_SET : EMPTY_STATE_SET);
    [all...]

Completed in 582 milliseconds