HomeSort by relevance Sort by last modified time
    Searched refs:themeType (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ThemedDrawableTest.java 53 final TypedArray t = mContext.obtainStyledAttributes(new int[]{R.attr.themeType});
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py     [all...]
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 381 boolean resolved = theme.resolveAttribute(R.attr.themeType, outValue, true);
382 assertTrue("Resolved themeType for " + tag, resolved);
383 assertEquals(tag + " has themeType " + type, type, outValue.data);

Completed in 89 milliseconds