Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 11 of 11) sorted by relevance

/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DEventMonitor.java51 void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument
54 mSelStart = attribute.initialSelStart; in onStartInput()
55 mSelEnd = attribute.initialSelEnd; in onStartInput()
58 mEditorInfo = cloneEditorInfo(attribute); in onStartInput()
DSampleInputMethodAccessibilityService.java56 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument
57 Log.d(TAG, String.format("onStartInput(%s,%b)", attribute, restarting)); in onStartInput()
58 mEventMonitor.onStartInput(attribute, restarting); in onStartInput()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DResourceHelper.java36 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/
DHardcodedColorDetector.java115 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/
DSoftKeyboard.java187 @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.jd9 attribute.
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java434 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/
DAutofillImeService.java123 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput() argument
124 super.onStartInput(attribute, restarting); in onStartInput()
/development/samples/VirtualDeviceManager/
DREADME.md247 a matching `android:requiredDisplayCategory` activity attribute can be
393 `android:canDisplayOnRemoteDevices` attribute, or because of the custom
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt242 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/cargo_embargo/testdata/plotters/
Dcargo.metadata22880 "description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency\n",
23009 …"description": "The part of the implementation of the `#[wasm_bindgen]` attribute that is not in t…