Searched refs:mSearchPlate (Results 1 – 3 of 3) sorted by relevance
80 private View mSearchPlate; field in SearchDialog188 mSearchPlate = mSearchView.findViewById(com.android.internal.R.id.search_plate); in createContentView()444 …mSearchPlate.setPadding(SEARCH_PLATE_LEFT_PADDING_NON_GLOBAL, mSearchPlate.getPaddingTop(), mSearc… in updateSearchAppIcon()484 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) { in onTouchEvent()
102 private final View mSearchPlate; field in SearchView277 mSearchPlate = findViewById(R.id.search_plate); in SearchView()286 mSearchPlate.setBackground(a.getDrawable(R.styleable.SearchView_queryBackground)); in SearchView()884 final Drawable searchPlateBg = mSearchPlate.getBackground(); in updateFocusedState()1335 int anchorPadding = mSearchPlate.getPaddingLeft(); in adjustDropDownSizeAndPosition()
118 private final View mSearchPlate; field in SearchView295 mSearchPlate = findViewById(R.id.search_plate); in SearchView()304 mSearchPlate.setBackgroundDrawable(a.getDrawable(R.styleable.SearchView_queryBackground)); in SearchView()898 final Drawable searchPlateBg = mSearchPlate.getBackground(); in updateFocusedState()1266 int anchorPadding = mSearchPlate.getPaddingLeft(); in adjustDropDownSizeAndPosition()