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

  /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 124 private View mSearchPlate;
269 mSearchPlate = findViewById(R.id.search_plate);
849 mSearchPlate.getBackground().setState(focused ? FOCUSED_STATE_SET : EMPTY_STATE_SET);
    [all...]

Completed in 61 milliseconds