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

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

Completed in 1730 milliseconds