Home
last modified time | relevance | path

Searched refs:onFocusChanged (Results 1 – 25 of 46) sorted by relevance

12

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DListItem.java40 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in ListItem
46 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGuidedActionEditText.java105 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in GuidedActionEditText
106 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DBaseGridView.java723 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in BaseGridView
724 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
725 mLayoutManager.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSearchOrbView.java245 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchOrbView
246 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/text/method/
DTransformationMethod.java42 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method
DAllCapsTransformationMethod.java63 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, int direction, in onFocusChanged() method in AllCapsTransformationMethod
DReplacementTransformationMethod.java102 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in ReplacementTransformationMethod
DPasswordTransformationMethod.java119 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged() method in PasswordTransformationMethod
/frameworks/base/core/java/com/android/internal/widget/
DNumericTextView.java67 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in NumericTextView
68 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/tests/coretests/src/android/util/
DInternalSelectionView.java241 protected void onFocusChanged(boolean focused, int direction, in onFocusChanged() method in InternalSelectionView
243 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/support/v7/appcompat/src/android/support/v7/text/
DAllCapsTransformationMethod.java46 public void onFocusChanged(View view, CharSequence sourceText, boolean focused, in onFocusChanged() method in AllCapsTransformationMethod
/frameworks/base/core/java/android/widget/
DDialerFilter.java91 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in DialerFilter
92 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DAutoCompleteTextView.java1116 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in AutoCompleteTextView
1117 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DGallery.java1388 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in Gallery
1389 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
DSimpleMonthView.java475 protected void onFocusChanged(boolean gainFocus, @FocusDirection int direction, in onFocusChanged() method in SimpleMonthView
510 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java501 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in RemoteInputView.RemoteEditText
502 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
/frameworks/base/core/java/android/webkit/
DWebView.java2589 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in WebView
2590 mProvider.getViewDelegate().onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
2591 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()
DWebViewProvider.java355 public void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect); in onFocusChanged() method
/frameworks/base/docs/html-intl/intl/zh-tw/guide/topics/ui/
Dui-events.jd177 <li><code>{@link android.view.View#onFocusChanged}</code> - 當檢視獲得或失去焦點時就會進行呼叫。</li>
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ui/
Dui-events.jd177 …<li><code>{@link android.view.View#onFocusChanged}</code> - ビューがフォーカスを取得した場合または失った場合に呼び出されます。</li>
/frameworks/base/docs/html-intl/intl/ru/guide/topics/ui/
Dui-events.jd177 …<li><code>{@link android.view.View#onFocusChanged}</code> — вызывается, когда отображаемый объект…
/frameworks/base/docs/html-intl/intl/ko/guide/topics/ui/
Dui-events.jd177 <li><code>{@link android.view.View#onFocusChanged}</code> - 보기가 초점을 취하거나 이를 잃으면 호출합니다.</li>
/frameworks/base/docs/html-intl/intl/zh-cn/guide/topics/ui/
Dui-events.jd177 <li><code>{@link android.view.View#onFocusChanged}</code>:在视图获得或失去焦点时调用</li>
/frameworks/support/core-ui/java/android/support/v4/widget/
DExploreByTouchHelper.java274 public final void onFocusChanged(boolean gainFocus, int direction, in onFocusChanged() method in ExploreByTouchHelper
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DSearchView.java1957 protected void onFocusChanged(boolean focused, int direction, Rect previouslyFocusedRect) { in onFocusChanged() method in SearchView.SearchAutoComplete
1958 super.onFocusChanged(focused, direction, previouslyFocusedRect); in onFocusChanged()

12