Home
last modified time | relevance | path

Searched refs:POINTER_ICON_VECTOR_STYLE_FILL_BEGIN (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/
DSystemSettingsValidators.java31 import static android.view.PointerIcon.POINTER_ICON_VECTOR_STYLE_FILL_BEGIN;
214 new InclusiveIntegerRangeValidator(POINTER_ICON_VECTOR_STYLE_FILL_BEGIN, in VALIDATORS.put() argument
/frameworks/base/core/java/android/view/
DPointerIcon.java191 /** @hide */ public static final int POINTER_ICON_VECTOR_STYLE_FILL_BEGIN = field in PointerIcon