Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 36) sorted by relevance

12

/development/tools/idegen/src/
DStopwatch.java24 void reset(String label) { in reset()
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/
DAnalogAndCardBoundsWatchFaceConfigActivity.java34 TextView label = (TextView) findViewById(R.id.label); in onCreate() local
DOpenGLWatchFaceConfigActivity.java39 TextView label = (TextView) findViewById(R.id.label); in onCreate() local
DDigitalWatchFaceCompanionConfigActivity.java76 TextView label = (TextView)findViewById(R.id.label); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTableLayout8.java57 TextView label = new TextView(this); in appendRow() local
DTableLayout7.java66 TextView label = new TextView(this); in appendRow() local
DList7.java85 String label = null; in onItemSelected() local
/development/apps/Development/src/com/android/development/
DShowActivity.java84 CharSequence label = mActivityInfo.loadLabel(pm); in onCreate() local
DDetails.java87 TextView label = makeView(cd.key, true, 12); in addDataViews() local
DMediaScannerActivity.java130 String label = getString(R.string.insertbutton, Integer.valueOf(mNumToInsert)); in setInsertButtonText() local
DPackageBrowser.java48 String label; field in PackageBrowser.MyPackageInfo
DInstrumentationList.java99 CharSequence label = info.loadLabel(mPM); in bindView() local
DPackageSummary.java99 CharSequence label = null; in onCreate() local
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java273 private void addAction(String label, int id, int type) { in addAction()
422 public Builder addAction(String label, int id, int type) { in addAction()
461 public Builder setProgressLabel(String label) { in setProgressLabel()
612 public String label; field in Card.CardAction
639 private String label = ""; field in Card.CardProgress
/development/samples/browseable/Timer/src/com.example.android.wearable.timer/
DSetTimerActivity.java176 private String label; field in SetTimerActivity.ListViewItem
178 public ListViewItem(String label, long duration) { in ListViewItem()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentArguments.java60 static MyFragment newInstance(CharSequence label) { in newInstance()
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskListView.java96 TextView label = (TextView)(convertView.findViewById(R.id.tasklist_label)); in getView() local
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DBackgroundPickers.java63 TextView label = (TextView) picker.findViewById(R.id.bg_picker_label); in generatePickers() local
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
DMethodStubber.java123 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn()
128 public void visitLabel(Label label) { in visitLabel()
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
DAppNavHomeActivity.java64 String label = labelSeq != null ? labelSeq.toString() : info.activityInfo.name; in querySampleActivities() local
/development/samples/ApiDemos/src/com/example/android/apis/
DApiDemos.java84 String label = labelSeq != null in getData() local
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java191 public void visitJumpInsn(int opcode, Label label) { in visitJumpInsn()
196 public void visitLabel(Label label) { in visitLabel()
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java297 String label; in addPlayPauseAction() local
/development/vndk/tools/definition-tool/assets/insight/
Dinsight.js96 Module.prototype.createModuleRelationsDom = function (parent, label, argument
243 function createControlMenuTr(parent, label, items) { argument
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java123 TextView label = new TextView(this); in addLabelToRoot() local

12