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;
190 mSearchPlate = mSearchView.findViewById(com.android.internal.R.id.search_plate);
446 mSearchPlate.setPadding(SEARCH_PLATE_LEFT_PADDING_NON_GLOBAL, mSearchPlate.getPaddingTop(), mSearchPlate.getPaddingRight(), mSearchPlate.getPaddingBottom());
486 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) {
  /frameworks/base/core/java/android/widget/
SearchView.java 104 private final View mSearchPlate;
272 mSearchPlate = findViewById(R.id.search_plate);
281 mSearchPlate.setBackground(a.getDrawable(R.styleable.SearchView_queryBackground));
858 mSearchPlate.getBackground().setState(focused ? FOCUSED_STATE_SET : EMPTY_STATE_SET);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 118 private final View mSearchPlate;
287 mSearchPlate = findViewById(R.id.search_plate);
295 mSearchPlate.setBackgroundDrawable(a.getDrawable(R.styleable.SearchView_queryBackground));
    [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 43 milliseconds