Home
last modified time | relevance | path

Searched defs:type (Results 1 – 21 of 21) sorted by relevance

/developers/samples/android/content/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/content/
DContentItem.java44 public ContentItem(int type, int resourceId) { in ContentItem()
56 public ContentItem(int type, String assetFilePath) { in ContentItem()
/developers/samples/android/ui/text/TextStyling-Java/app/src/main/java/com/android/example/text/styling/parser/
DElement.java30 private final Type type; field in Element
38 public Element(@NonNull final Type type, @NonNull final String text, in Element()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/datasource/
DSharedPrefsAutofillRepository.kt47 val type = object : TypeToken<FilledAutofillFieldCollection>() {}.type in <lambda>() constant
/developers/samples/android/wearable/wear/WearComplicationProvidersTestSuite/Wearable/src/main/java/com/example/android/wearable/wear/wearcomplicationproviderstestsuite/
DNoDataProviderService.java25 public void onComplicationUpdate(int complicationId, int type, ComplicationManager manager) { in onComplicationUpdate()
DShortTextProviderService.java34 public void onComplicationUpdate(int complicationId, int type, ComplicationManager manager) { in onComplicationUpdate()
DSmallImageProviderService.java33 public void onComplicationUpdate(int complicationId, int type, ComplicationManager manager) { in onComplicationUpdate()
DLongTextProviderService.java34 public void onComplicationUpdate(int complicationId, int type, ComplicationManager manager) { in onComplicationUpdate()
DIconProviderService.java33 public void onComplicationUpdate(int complicationId, int type, ComplicationManager manager) { in onComplicationUpdate()
DLargeImageProviderService.java33 public void onComplicationUpdate(int complicationId, int type, ComplicationManager manager) { in onComplicationUpdate()
DRangedValueProviderService.java37 public void onComplicationUpdate(int complicationId, int type, ComplicationManager manager) { in onComplicationUpdate()
/developers/samples/android/ui/text/TextStyling-Kotlin/app/src/main/java/com/android/example/text/styling/parser/
DMarkdown.kt27 data class Element(val type: Type, constant in com.android.example.text.styling.parser.Element
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
DAutofillHintProperties.java85 public boolean isValidType(int type) { in isValidType()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/util/
DUtil.java72 public static String getTypeAsString(int type) { in getTypeAsString()
167 public static String getSaveTypeAsString(int type) { in getSaveTypeAsString()
/developers/samples/android/common/src/java/com/example/android/common/media/
DCameraHelper.java155 public static File getOutputMediaFile(int type){ in getOutputMediaFile()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
DUtil.java63 public static String getAutofillTypeAsString(int type) { in getAutofillTypeAsString()
/developers/samples/android/common/src/java/com/example/android/common/midi/
DMidiPortSelector.java55 int spinnerId, int type) { in MidiPortSelector()
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java228 public final int type; field in AbstractCustomVirtualView.Item
234 Item(Line line, int id, String idEntry, String[] hints, int type, CharSequence text, in Item()
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/util/
DGles2ColoredTriangleList.java160 private static int loadShader(int type, String shaderCode){ in loadShader()
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/provider/
DSampleMediaRouteProvider.java144 private static void addDataTypeUnchecked(IntentFilter filter, String type) { in addDataTypeUnchecked()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCustomVirtualView.kt181 val type: Int, var text: CharSequence, val editable: Boolean, constant in Item
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...