/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/util/ |
D | HierarchicalFocusCoordinator.kt | 63 onFocusChanged = { if (it) focusManager.clearFocus() }, in HierarchicalFocusCoordinator() 76 public fun ActiveFocusListener(onFocusChanged: CoroutineScope.(Boolean) -> Unit) { in ActiveFocusListener() 77 FocusComposableImpl(focusEnabled = { true }, onFocusChanged = onFocusChanged, content = {}) in ActiveFocusListener() 115 onFocusChanged: CoroutineScope.(Boolean) -> Unit, in FocusComposableImpl() 142 onFocusChanged(node.focused.value) in FocusComposableImpl()
|
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/util/ |
D | HierarchicalFocusCoordinatorTest.kt | 29 import androidx.compose.ui.focus.onFocusChanged in <lambda>() 51 ActiveFocusListener(onFocusChanged = { focused[ix] = it }) in <lambda>() 237 private fun FocusableTestItem(onFocusChanged: (Boolean) -> Unit) { in <lambda>() 242 .onFocusChanged { onFocusChanged(it.isFocused) } in <lambda>()
|
/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
D | CarLockPatternView.java | 41 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in CarLockPatternView 43 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
D | DigitsEditText.java | 37 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DigitsEditText 38 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/ |
D | DigitsEditText.java | 45 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DigitsEditText 46 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/ |
D | SettingsGuidedActionEditText.java | 71 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SettingsGuidedActionEditText 72 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | ExtendedEditText.java | 183 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ExtendedEditText 184 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
D | BubbleTextView.java | 361 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in BubbleTextView 364 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | AddDesktopButton.kt | 76 public override fun onFocusChanged( in <lambda>() method 81 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect) in <lambda>()
|
D | ClearAllButton.kt | 138 public override fun onFocusChanged( in onFocusChanged() method 143 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect) in onFocusChanged()
|
D | TaskView.kt | 575 public override fun onFocusChanged( in <lambda>() method 580 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect) in <lambda>()
|
D | RecentsView.java | 4787 protected void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in RecentsView 4789 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | NavigableAppWidgetHostView.java | 125 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NavigableAppWidgetHostView 130 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | TaskViewTest.java | 85 mTaskView.onFocusChanged(false, 0, new Rect()); in notShowBorderOnBorderDisabled() 138 mTaskView.onFocusChanged(true, 0, new Rect()); in notShowBorderByDefault()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | RecordingCardView.java | 138 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RecordingCardView 139 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
|