Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 94) sorted by relevance

1234

/development/samples/ShortcutSample/
DAndroid.mk41 LOCAL_SDK_VERSION := current
65 LOCAL_SDK_VERSION := current
89 LOCAL_SDK_VERSION := current
114 LOCAL_SDK_VERSION := current
139 LOCAL_SDK_VERSION := current
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskBackService.java144 AccessibilityNodeInfo current = source; in getListItemNodeInfo() local
146 AccessibilityNodeInfo parent = current.getParent(); in getListItemNodeInfo()
151 return current; in getListItemNodeInfo()
154 AccessibilityNodeInfo oldCurrent = current; in getListItemNodeInfo()
155 current = parent; in getListItemNodeInfo()
/development/apps/Development/src/com/android/development/
DLogViewer.java132 for (int current = start; current < bytes.length; current++) { in next0()
133 if (bytes[current] == 0) in next0()
134 return current; in next0()
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DConversations.java107 ThreadLocalRandom.current().nextInt(), in getUnreadConversations()
117 messages.add(MESSAGES[ThreadLocalRandom.current().nextInt(0, maxLen)]); in makeMessages()
123 return PARTICIPANTS[ThreadLocalRandom.current().nextInt(0, PARTICIPANTS.length)]; in name()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DShowcaseFragment.java157 Step current = mAdapter.getStep(i); in executeStep() local
158 View target = mRoot.findViewById(current.targetViewRes); in executeStep()
159 View highlightTarget = current.highlightTargetViewRes != 0 ? in executeStep()
160 mRoot.findViewById(current.highlightTargetViewRes) : target; in executeStep()
165 if (current.callback != null) current.callback.run(); in executeStep()
/development/samples/ShortcutDemo/publisher/
DAndroid.mk41 LOCAL_SDK_VERSION := current
65 LOCAL_SDK_VERSION := current
/development/apps/DevelopmentSettings/
DAndroid.mk5 LOCAL_SDK_VERSION := current
/development/samples/ShortcutDemo/launcher/
DAndroid.mk43 LOCAL_SDK_VERSION := current
70 LOCAL_SDK_VERSION := current
/development/samples/devbytes/telephony/SmsSampleProject/
Dgradle.properties8 # http://www.gradle.org/docs/current/userguide/build_environment.html
17 # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
/development/samples/MySampleRss/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/SpellChecker/HelloSpellChecker/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/samples/USB/AdbTest/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/SpellChecker/SampleSpellCheckerService/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/samples/HeavyWeight/
DAndroid.mk11 LOCAL_SDK_VERSION := current
/development/apps/WidgetPreview/
DAndroid.mk25 LOCAL_SDK_VERSION := current
/development/samples/USB/MissileLauncher/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/apps/Fallback/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/apps/NinePatchLab/
DAndroid.mk9 LOCAL_SDK_VERSION := current
/development/samples/VoiceRecognitionService/
DAndroid.mk8 LOCAL_SDK_VERSION := current
/development/samples/Home/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/HelloEffects/
DAndroid.mk8 LOCAL_SDK_VERSION := current
/development/samples/RSSReader/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/AliasActivity/
DAndroid.mk10 LOCAL_SDK_VERSION := current
/development/samples/CubeLiveWallpaper/
DAndroid.mk26 LOCAL_SDK_VERSION := current
/development/samples/ThemedNavBarKeyboard/
DAndroid.mk24 LOCAL_SDK_VERSION := current

1234