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

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyStyle.java 19 import android.content.res.TypedArray;
27 public abstract @Nullable String[] getStringArray(TypedArray a, int index);
28 public abstract @Nullable String getString(TypedArray a, int index);
29 public abstract int getInt(TypedArray a, int index, int defaultValue);
30 public abstract int getFlags(TypedArray a, int index);
37 protected String parseString(final TypedArray a, final int index) {
45 protected String[] parseStringArray(final TypedArray a, final int index) {
KeyStylesSet.java 19 import android.content.res.TypedArray;
62 public String[] getStringArray(final TypedArray a, final int index) {
68 public String getString(final TypedArray a, final int index) {
73 public int getInt(final TypedArray a, final int index, final int defaultValue) {
78 public int getFlags(final TypedArray a, final int index) {
98 public String[] getStringArray(final TypedArray a, final int index) {
113 public String getString(final TypedArray a, final int index) {
126 public int getInt(final TypedArray a, final int index, final int defaultValue) {
139 public int getFlags(final TypedArray a, final int index) {
147 public void readKeyAttributes(final TypedArray keyAttr)
    [all...]
GestureStrokeDrawingParams.java 19 import android.content.res.TypedArray;
42 public GestureStrokeDrawingParams(final TypedArray mainKeyboardViewAttr) {
KeyboardRow.java 20 import android.content.res.TypedArray;
64 public RowAttributes(final TypedArray keyAttr, final float defaultKeyWidth,
81 public RowAttributes(final TypedArray keyAttr, final RowAttributes defaultRowAttr,
99 final TypedArray keyboardAttr = res.obtainAttributes(Xml.asAttributeSet(parser),
104 final TypedArray keyAttr = res.obtainAttributes(Xml.asAttributeSet(parser),
118 public void pushRowAttributes(final TypedArray keyAttr) {
152 public float getKeyX(final TypedArray keyAttr) {
170 public float getKeyWidth(final TypedArray keyAttr, final float keyXPos) {
  /frameworks/layoutlib/bridge/src/android/content/res/
TypedArray_Delegate.java 26 public static boolean getValueAt(TypedArray theTypedArray, int index, TypedValue outValue) {
32 /*package*/ static TypedArray obtain(Resources res, int len) {
  /frameworks/support/design/src/android/support/design/widget/
ThemeUtils.java 20 import android.content.res.TypedArray;
29 TypedArray a = context.obtainStyledAttributes(APPCOMPAT_CHECK_ATTRS);
  /packages/apps/Launcher3/src/com/android/launcher3/util/
Themes.java 20 import android.content.res.TypedArray;
35 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
42 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
49 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
59 TypedArray ta = context.obtainStyledAttributes(new int[]{attr});
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/util/
FallbackThemeWrapperTest.java 22 import android.content.res.TypedArray;
50 final TypedArray a =
58 final TypedArray a =
66 final TypedArray a =
  /frameworks/support/compat/java/android/support/v4/content/res/
TypedArrayUtils.java 22 import android.content.res.TypedArray;
35 * Compat methods for accessing TypedArray values.
62 * @return a float value in the {@link TypedArray} with the specified {@code resId}, or
65 public static float getNamedFloat(@NonNull TypedArray a, @NonNull XmlPullParser parser,
79 * @return a boolean value in the {@link TypedArray} with the specified {@code resId}, or
82 public static boolean getNamedBoolean(@NonNull TypedArray a, @NonNull XmlPullParser parser,
96 * @return an int value in the {@link TypedArray} with the specified {@code resId}, or
99 public static int getNamedInt(@NonNull TypedArray a, @NonNull XmlPullParser parser,
113 * @return a color value in the {@link TypedArray} with the specified {@code resId}, or
117 public static int getNamedColor(@NonNull TypedArray a, @NonNull XmlPullParser parser
    [all...]
  /cts/tests/tests/preference2/src/android/preference2/cts/
CustomDialogPreference.java 21 import android.content.res.TypedArray;
44 TypedArray a = getContext().obtainStyledAttributes(attrs,R.styleable.CustPref);
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
ResourceHelper.java 23 import android.content.res.TypedArray;
45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute});
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTypedArray.java 4 import android.content.res.TypedArray;
10 @Implements(TypedArray.class)
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
ColoredHeaderMixin.java 20 import android.content.res.TypedArray;
40 final TypedArray a = layout.getContext().obtainStyledAttributes(
  /frameworks/support/emoji/core/src/android/support/text/emoji/widget/
EditTextAttributeHelper.java 22 import android.content.res.TypedArray;
43 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.EmojiEditText,
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/utils/
ResourceHelper.java 23 import android.content.res.TypedArray;
45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute});
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DocumentsSwipeRefreshLayout.java 20 import android.content.res.TypedArray;
43 TypedArray a = context.obtainStyledAttributes(COLOR_RES);
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraPreference.java 21 import android.content.res.TypedArray;
44 TypedArray a = context.obtainStyledAttributes(
  /packages/apps/Messaging/src/com/android/messaging/ui/
MaxHeightScrollView.java 19 import android.content.res.TypedArray;
36 final TypedArray attr = context.obtainStyledAttributes(attrs,
  /packages/apps/Settings/src/com/android/settings/widget/
AspectRatioFrameLayout.java 18 import android.content.res.TypedArray;
44 TypedArray array =
  /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
ColorPicker.java 20 import android.content.res.TypedArray;
40 private static TypedArray sColors;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
VerticalGridView.java 17 import android.content.res.TypedArray;
58 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbVerticalGridView);
64 void setColumnWidth(TypedArray array) {
  /packages/apps/DeskClock/src/com/android/deskclock/
ThemeUtils.java 21 import android.content.res.TypedArray;
58 final TypedArray a;
87 final TypedArray a;
  /packages/apps/Dialer/java/com/android/incallui/
InCallUIMaterialColorMapUtils.java 20 import android.content.res.TypedArray;
26 private final TypedArray mPrimaryColors;
27 private final TypedArray mSecondaryColors;
  /cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java 22 import android.content.res.TypedArray;
67 TypedArray array = mContext.getTheme().obtainStyledAttributes(R.style.Whatever, attrs);
83 protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr) {
  /cts/tests/ui/src/android/ui/cts/
WatchPercentageScreenDimenTest.java 21 import android.content.res.TypedArray;
58 TypedArray attrs = mContext.obtainStyledAttributes(new int[] {
78 TypedArray attrs = mContext.obtainStyledAttributes(new int[] {

Completed in 975 milliseconds

1 2 3 4 5 6 7 8 91011>>