Home
last modified time | relevance | path

Searched refs:invalidatePressedFocusedStates (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DHolographicImageView.java42 void invalidatePressedFocusedStates() { in invalidatePressedFocusedStates() method in HolographicImageView
43 mHolographicHelper.invalidatePressedFocusedStates(this); in invalidatePressedFocusedStates()
DHolographicLinearLayout.java69 void invalidatePressedFocusedStates() { in invalidatePressedFocusedStates() method in HolographicLinearLayout
70 mHolographicHelper.invalidatePressedFocusedStates(mImageView); in invalidatePressedFocusedStates()
DHolographicViewHelper.java62 void invalidatePressedFocusedStates(ImageView v) { in invalidatePressedFocusedStates() method in HolographicViewHelper
DLauncher.java3197 private void invalidatePressedFocusedStates(View container, View button) { in invalidatePressedFocusedStates() method in Launcher
3200 layout.invalidatePressedFocusedStates(); in invalidatePressedFocusedStates()
3203 view.invalidatePressedFocusedStates(); in invalidatePressedFocusedStates()
3230 invalidatePressedFocusedStates(searchButtonContainer, searchButton); in updateGlobalSearchIcon()
3249 invalidatePressedFocusedStates(searchButtonContainer, searchButton); in updateGlobalSearchIcon()
3291 invalidatePressedFocusedStates(voiceButtonContainer, voiceButton); in updateVoiceSearchIcon()
3307 invalidatePressedFocusedStates(voiceButtonContainer, voiceButton); in updateVoiceSearchIcon()