Searched refs:attribute (Results 1 – 7 of 7) sorted by relevance
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
D | ResourceHelper.java | 36 public static int getThemeColor(Context context, int attribute, int defaultColor) { in getThemeColor() argument 45 TypedArray ta = theme.obtainStyledAttributes(new int[] {attribute}); in getThemeColor()
|
/development/tools/checkcolor/src/main/java/com/google/checkcolor/lint/ |
D | HardcodedColorDetector.java | 115 public void visitAttribute(@NonNull XmlContext context, @NonNull Attr attribute) { in visitAttribute() argument 120 final String value = attribute.getValue(); in visitAttribute() 122 if (!skipAttributes.contains(attribute.getLocalName()) && resUrl == null in visitAttribute() 126 context.report(ISSUE, attribute, context.getLocation(attribute), in visitAttribute() 130 addIndirectColor(context, value, attribute); in visitAttribute()
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | SoftKeyboard.java | 187 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument 188 super.onStartInput(attribute, restarting); in onStartInput() 206 switch (attribute.inputType & InputType.TYPE_MASK_CLASS) { in onStartInput() 230 int variation = attribute.inputType & InputType.TYPE_MASK_VARIATION; in onStartInput() 246 if ((attribute.inputType & InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE) != 0) { in onStartInput() 259 updateShiftKeyState(attribute); in onStartInput() 266 updateShiftKeyState(attribute); in onStartInput() 271 mCurKeyboard.setImeOptions(getResources(), attribute.imeOptions); in onStartInput() 297 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument 298 super.onStartInputView(attribute, restarting); in onStartInputView()
|
/development/samples/browseable/CustomChoiceList/ |
D | _index.jd | 9 attribute.
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | XmlDocumentProvider.java | 434 String attribute = mAttributeNames[i]; in parseWith() local 435 if (attribute != null) { in parseWith() 437 parser.getAttributeValue(null, attribute); in parseWith()
|
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/ |
D | AutofillImeService.java | 123 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument 124 super.onStartInput(attribute, restarting); in onStartInput()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 242 depth - n. the attribute or quality of being deep, strong, or intense 738 possess - v. have as an attribute, knowledge, or skill 805 realism - n. the attribute of accepting the facts of life and favoring practicality and literal tru…
|