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()
127 private final View mSearchPlate; field in SearchView310 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()
109 private final View mSearchPlate; field in SearchView289 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()