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

  /frameworks/base/core/java/android/app/
SearchDialog.java 80 private View mSearchPlate;
188 mSearchPlate = mSearchView.findViewById(com.android.internal.R.id.search_plate);
444 mSearchPlate.setPadding(SEARCH_PLATE_LEFT_PADDING_NON_GLOBAL, mSearchPlate.getPaddingTop(), mSearchPlate.getPaddingRight(), mSearchPlate.getPaddingBottom());
484 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) {
  /frameworks/base/core/java/android/widget/
SearchView.java 102 private final View mSearchPlate;
277 mSearchPlate = findViewById(R.id.search_plate);
286 mSearchPlate.setBackground(a.getDrawable(R.styleable.SearchView_queryBackground));
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 118 private final View mSearchPlate;
295 mSearchPlate = findViewById(R.id.search_plate);
304 mSearchPlate.setBackgroundDrawable(a.getDrawable(R.styleable.SearchView_queryBackground));
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 41 milliseconds