HomeSort by relevance Sort by last modified time
    Searched refs:IMPORTANT_FOR_ACCESSIBILITY_AUTO (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/base/core/java/android/widget/
AdapterView.java 246 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
664 && emptyView.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
TimePickerSpinnerDelegate.java 42 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
220 if (mDelegator.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
AbsSpinner.java 199 if (view.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
AdapterViewAnimator.java 423 if (updatedChild.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
DatePicker.java 724 if (mDelegator.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
ProgressBar.java 392 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
NumberPicker.java 753 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
RadialTimePickerView.java 405 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
AbsListView.java     [all...]
TextView.java     [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBar.java 444 mShutterButton.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
ModeListView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 75 IMPORTANT_FOR_ACCESSIBILITY_AUTO,
86 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000;
    [all...]
ViewPager.java 380 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 226 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
562 mUpGoerFive.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_AUTO);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java 105 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
ViewRootImpl.java 623 if (view.getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 279 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
Workspace.java 349 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java 235 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 343 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 

Completed in 600 milliseconds

1 2