Searched refs:getImportantForAccessibility (Results 1 - 17 of 17) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java53 public static int getImportantForAccessibility(View view) { method in class:ViewCompatJB
54 return view.getImportantForAccessibility();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java212 public int getImportantForAccessibility(View view); method in interface:ViewCompat.ViewCompatImpl
281 public int getImportantForAccessibility(View view) { method in class:ViewCompat.BaseViewCompatImpl
480 public int getImportantForAccessibility(View view) { method in class:ViewCompat.JBViewCompatImpl
481 return ViewCompatJB.getImportantForAccessibility(view);
836 public static int getImportantForAccessibility(View view) { method in class:ViewCompat
837 return IMPL.getImportantForAccessibility(view);
H A DViewPager.java374 if (ViewCompat.getImportantForAccessibility(this)
/frameworks/base/core/java/android/widget/
H A DAdapterView.java237 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
655 && emptyView.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DAbsSpinner.java195 if (view.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DAdapterViewAnimator.java418 if (updatedChild.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DDatePicker.java290 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DTimePicker.java280 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DProgressBar.java313 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DNumberPicker.java719 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DAbsListView.java2277 if (child.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DTextView.java1313 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardWidgetPager.java105 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java1558 final int importance = ViewCompat.getImportantForAccessibility(child);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java243 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/base/core/java/android/view/
H A DView.java5534 if (nonEmptyDesc && getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
7061 public int getImportantForAccessibility() { method in class:View
7133 final int oldMode = getImportantForAccessibility();
7171 if (((View) parent).getImportantForAccessibility()
H A DViewRootImpl.java589 if (view.getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {

Completed in 451 milliseconds