Home
last modified time | relevance | path

Searched refs:mSearchPlate (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DSearchDialog.java80 private View mSearchPlate; field in SearchDialog
188 mSearchPlate = mSearchView.findViewById(com.android.internal.R.id.search_plate); in createContentView()
444mSearchPlate.setPadding(SEARCH_PLATE_LEFT_PADDING_NON_GLOBAL, mSearchPlate.getPaddingTop(), mSearc… in updateSearchAppIcon()
484 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) { in onTouchEvent()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java127 private final View mSearchPlate; field in SearchView
310 mSearchPlate = findViewById(R.id.search_plate); in SearchView()
319 mSearchPlate.setBackgroundDrawable(a.getDrawable(R.styleable.SearchView_queryBackground)); in SearchView()
988 final Drawable searchPlateBg = mSearchPlate.getBackground(); in updateFocusedState()
1414 int anchorPadding = mSearchPlate.getPaddingLeft(); in adjustDropDownSizeAndPosition()
/frameworks/base/core/java/android/widget/
DSearchView.java109 private final View mSearchPlate; field in SearchView
289 mSearchPlate = findViewById(R.id.search_plate); in SearchView()
298 mSearchPlate.setBackground(a.getDrawable(R.styleable.SearchView_queryBackground)); in SearchView()
950 final Drawable searchPlateBg = mSearchPlate.getBackground(); in updateFocusedState()
1453 int anchorPadding = mSearchPlate.getPaddingLeft(); in adjustDropDownSizeAndPosition()