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

1 2 3

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherState.java 18 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
163 : IMPORTANT_FOR_ACCESSIBILITY_AUTO;
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewAutofillTest.java 52 assertEquals(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO, importance);
RecyclerViewAccessibilityLifecycleTest.java 128 vh3.mPendingAccessibilityState = View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
138 verify(itemView3).setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
LinearLayoutManagerTest.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 72 : IMPORTANT_FOR_ACCESSIBILITY_AUTO;
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/
InCallButtonGridFragment.java 86 : View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ActionModeController.java 122 View.IMPORTANT_FOR_ACCESSIBILITY_AUTO, R.id.toolbar, R.id.roots_toolbar);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorPadViewPager.java 114 ? IMPORTANT_FOR_ACCESSIBILITY_AUTO
Calculator.java 453 : View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
736 mMainCalculator.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
    [all...]
  /frameworks/base/core/java/android/widget/
AdapterView.java 251 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
689 && emptyView.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
TimePickerSpinnerDelegate.java 19 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
218 if (mDelegator.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
AbsSpinner.java 206 if (view.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
AdapterViewAnimator.java 420 if (updatedChild.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
DatePickerSpinnerDelegate.java 234 if (mDelegator.getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
ProgressBar.java 379 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
RadialTimePickerView.java 385 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
ViewCompat.java 135 IMPORTANT_FOR_ACCESSIBILITY_AUTO,
146 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PagedTileLayout.java 195 setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBar.java 462 mShutterButton.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
  /packages/apps/Dialer/java/com/android/dialer/main/impl/
MainSearchController.java 310 .setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
  /packages/apps/Launcher3/src/com/android/launcher3/views/
ScrimView.java 359 : IMPORTANT_FOR_ACCESSIBILITY_AUTO);
  /frameworks/support/customview/src/main/java/androidx/customview/widget/
ExploreByTouchHelper.java 147 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 227 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
558 mUpGoerFive.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_AUTO);
    [all...]
RecyclerView.java 556 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
Folder.java 281 : IMPORTANT_FOR_ACCESSIBILITY_AUTO);
    [all...]

Completed in 406 milliseconds

1 2 3