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

1 2 3

  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorPadViewPager.java 66 ? IMPORTANT_FOR_ACCESSIBILITY_AUTO
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelBar.java 65 : IMPORTANT_FOR_ACCESSIBILITY_AUTO;
NotificationPanelView.java     [all...]
  /frameworks/base/core/java/android/widget/
TimePickerSpinnerDelegate.java 37 import static android.view.View.IMPORTANT_FOR_ACCESSIBILITY_AUTO;
215 if (mDelegator.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
AdapterView.java 249 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
681 && emptyView.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
AbsSpinner.java 196 if (view.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
AdapterViewAnimator.java 420 if (updatedChild.getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
DatePickerSpinnerDelegate.java 236 if (mDelegator.getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
ProgressBar.java 416 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
RadialTimePickerView.java 360 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
NumberPicker.java 768 if (getImportantForAccessibility() == IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBar.java 462 mShutterButton.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
ModeListView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ExploreByTouchHelper.java 149 == 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...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryFragment.java 574 toolbar.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
579 rootsToolbar.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewCompat.java 99 IMPORTANT_FOR_ACCESSIBILITY_AUTO,
110 public static final int IMPORTANT_FOR_ACCESSIBILITY_AUTO = 0x00000000;
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
TextInputLayout.java 185 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/
DialtactsActivity.java 795 View.IMPORTANT_FOR_ACCESSIBILITY_AUTO);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java 293 IMPORTANT_FOR_ACCESSIBILITY_AUTO);
    [all...]
Workspace.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 507 == ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewAnimationsTest.java 669 ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_AUTO,
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 279 if (getImportantForAccessibility() == View.IMPORTANT_FOR_ACCESSIBILITY_AUTO) {
    [all...]

Completed in 1632 milliseconds

1 2 3