Searched refs:attribute (Results 1 – 7 of 7) sorted by relevance
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | SoftKeyboard.java | 176 @Override public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument 177 super.onStartInput(attribute, restarting); in onStartInput() 195 switch (attribute.inputType & InputType.TYPE_MASK_CLASS) { in onStartInput() 219 int variation = attribute.inputType & InputType.TYPE_MASK_VARIATION; in onStartInput() 235 if ((attribute.inputType & InputType.TYPE_TEXT_FLAG_AUTO_COMPLETE) != 0) { in onStartInput() 248 updateShiftKeyState(attribute); in onStartInput() 255 updateShiftKeyState(attribute); in onStartInput() 260 mCurKeyboard.setImeOptions(getResources(), attribute.imeOptions); in onStartInput() 286 @Override public void onStartInputView(EditorInfo attribute, boolean restarting) { in onStartInputView() argument 287 super.onStartInputView(attribute, restarting); in onStartInputView()
|
/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/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/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/browseable/CustomChoiceList/ |
D | _index.jd | 9 attribute.
|
/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…
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 263 …tools,fake_v1U-D2-bQAW0OtgJnVeMkw@fakeemail.com,unsquashfs; add aligned attribute to char buffer o… 755 …,fake_LhnpdyFrQyG9IHO3R92JvQ@fakeemail.com,Add test for resolving inline string for theme attribute 1250 …227d8d,platform/cts,fake_LhnpdyFrQyG9IHO3R92JvQ@fakeemail.com,Update last public resource attribute 1486 …fbf92c21526237,platform/cts,fake_wEaC-W2gRuaKlcqxAiIzJA@fakeemail.com,Remove autofillMode attribute 1530 …ts,fake_HFBVIRHzR8upwrTWriT5Hw@fakeemail.com,CTS test for including a layout from a theme attribute 1761 …/cts,fake_eF-hIwXCRg--jb-UVoJdSw@fakeemail.com,Fail SELinux neverallows when unknown type/attribute 2032 …ake_oGK9cyQJSG6NpwLg3UTcXw@fakeemail.com,CTS test for the new colorMode attribute on Activity/Wind… 2467 …49e,platform/cts,fake_wEaC-W2gRuaKlcqxAiIzJA@fakeemail.com,Autofilled highlight is an attribute now 2569 …platform/cts,fake_BXduz5-2RvCYcOdcyc2msQ@fakeemail.com,"Remove ""packed"" attribute to _ether_addr" 3095 …2e6,platform/cts,fake_wEaC-W2gRuaKlcqxAiIzJA@fakeemail.com,Add test for autoFillMode view attribute [all …]
|