Searched refs:mSearchPlate (Results 1 – 3 of 3) sorted by relevance
83 private View mSearchPlate; field in SearchDialog191 mSearchPlate = mSearchView.findViewById(com.android.internal.R.id.search_plate); in createContentView()461 …mSearchPlate.setPadding(SEARCH_PLATE_LEFT_PADDING_NON_GLOBAL, mSearchPlate.getPaddingTop(), mSearc… in updateSearchAppIcon()501 if (!mSearchAutoComplete.isPopupShowing() && isOutOfBounds(mSearchPlate, event)) { in onTouchEvent()
116 private final View mSearchPlate; field in SearchView298 mSearchPlate = findViewById(R.id.search_plate); in SearchView()307 mSearchPlate.setBackground(a.getDrawable(R.styleable.SearchView_queryBackground)); in SearchView()980 final Drawable searchPlateBg = mSearchPlate.getBackground(); in updateFocusedState()1472 int anchorPadding = mSearchPlate.getPaddingLeft(); in adjustDropDownSizeAndPosition()
8513 Landroid/app/SearchDialog;->mSearchPlate:Landroid/view/View;