Searched refs:IMPORTANT_FOR_ACCESSIBILITY_AUTO (Results 1 - 24 of 24) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelBar.java65 : IMPORTANT_FOR_ACCESSIBILITY_AUTO;
H A DNotificationPanelView.java1600 : IMPORTANT_FOR_ACCESSIBILITY_AUTO);
H A DPhoneStatusBar.java2355 : View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
/frameworks/base/core/java/android/widget/
H A DTimePickerSpinnerDelegate.java37 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
215 if (mDelegator.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DAdapterView.java249 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
681 && emptyView.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DAbsSpinner.java196 if (view.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DAdapterViewAnimator.java420 if (updatedChild.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DDatePickerSpinnerDelegate.java236 if (mDelegator.getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DProgressBar.java416 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DRadialTimePickerView.java360 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DNumberPicker.java768 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DAbsListView.java2385 if (child.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
H A DTextView.java1484 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DExploreByTouchHelper.java149 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java227 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
558 mUpGoerFive.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_AUTO);
H A DViewPager.java384 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java574 toolbar.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
579 rootsToolbar.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java99 IMPORTANT_FOR_ACCESSIBILITY_AUTO,
110 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000; field in class:ViewCompat
2075 * @see #IMPORTANT_FOR_ACCESSIBILITY_AUTO
2100 * @see #IMPORTANT_FOR_ACCESSIBILITY_AUTO
H A DViewPager.java420 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java185 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java507 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
5064 ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
9371 ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
9635 mWasImportantForAccessibilityBeforeHidden = ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
9655 mWasImportantForAccessibilityBeforeHidden = ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
/frameworks/base/core/java/android/view/
H A DView.java2286 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000; field in class:View
2307 static final int IMPORTANT_FOR_ACCESSIBILITY_DEFAULT = IMPORTANT_FOR_ACCESSIBILITY_AUTO;
2313 static final int PFLAG2_IMPORTANT_FOR_ACCESSIBILITY_MASK = (IMPORTANT_FOR_ACCESSIBILITY_AUTO
7208 if (nonEmptyDesc && getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
9116 * @see #IMPORTANT_FOR_ACCESSIBILITY_AUTO
9119 @ViewDebug.IntToString(from = IMPORTANT_FOR_ACCESSIBILITY_AUTO, to = "auto"),
9194 * @see #IMPORTANT_FOR_ACCESSIBILITY_AUTO
9214 final boolean maySkipNotify = oldMode == IMPORTANT_FOR_ACCESSIBILITY_AUTO
9215 || mode == IMPORTANT_FOR_ACCESSIBILITY_AUTO;
9270 * <li>{@link #IMPORTANT_FOR_ACCESSIBILITY_AUTO}, retur
[all...]
H A DViewRootImpl.java738 if (view.getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewAnimationsTest.java669 ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO,

Completed in 8753 milliseconds