Home
last modified time | relevance | path

Searched refs:gainFocus (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/
DCropView.java240 public void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() argument
242 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
243 mExploreByTouchHelper.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/view/
DSurfaceView.java2142 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() argument
2144 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
2145 requestEmbeddedFocus(gainFocus); in onFocusChanged()
2148 private void requestEmbeddedFocus(boolean gainFocus) { in requestEmbeddedFocus() argument
2155 mSurfacePackage.getInputTransferToken(), gainFocus); in requestEmbeddedFocus()
DView.java8677 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction,
8681 + gainFocus);
8683 if (gainFocus) {
8693 if (!gainFocus) {
8716 li.mOnFocusChangeListener.onFocusChange(this, gainFocus);
8727 notifyEnterOrExitForAutoFillIfNeeded(gainFocus);
/frameworks/base/core/java/android/widget/
DGallery.java1406 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
1407 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
1414 if (gainFocus && mSelectedChild != null) { in onFocusChanged()
DSimpleMonthView.java487 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() argument
489 if (gainFocus) { in onFocusChanged()
522 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DGridView.java1959 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
1960 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
1963 if (gainFocus && previouslyFocusedRect != null) { in onFocusChanged()
DListView.java3776 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) {
3777 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
3782 if (adapter != null && gainFocus && previouslyFocusedRect != null) {
DAbsListView.java2081 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() argument
2082 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
2083 if (gainFocus && mSelectedPosition < 0 && !isInTouchMode()) { in onFocusChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DQSTileViewImpl.kt362 override fun onFocusChanged(gainFocus: Boolean, direction: Int, previouslyFocusedRect: Rect?) { in <lambda>()
363 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect) in <lambda>()
365 if (gainFocus) { in <lambda>()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...