/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | ActionPresenterSelector.java | 115 CharSequence line1 = action.getLabel1(); in onBindViewHolder() local 117 if (TextUtils.isEmpty(line1)) { in onBindViewHolder() 120 vh.mButton.setText(line1); in onBindViewHolder() 122 vh.mButton.setText(line1 + "\n" + line2); in onBindViewHolder()
|
/packages/apps/Music/src/com/android/music/ |
D | ArtistAlbumBrowserActivity.java | 561 TextView line1; field in ArtistAlbumBrowserActivity.ArtistAlbumListAdapter.ViewHolder 635 vh.line1 = (TextView) v.findViewById(R.id.line1); in newGroupView() 649 vh.line1 = (TextView) v.findViewById(R.id.line1); in newChildView() 669 vh.line1.setText(displayartist); in bindGroupView() 698 vh.line1.setText(displayname); in bindChildView()
|
D | MusicPicker.java | 171 TextView line1; field in MusicPicker.TrackListAdapter.ViewHolder 210 vh.line1 = (TextView) v.findViewById(R.id.line1); in newView() 226 vh.line1.setText(vh.buffer1.data, 0, vh.buffer1.sizeCopied); in bindView()
|
D | AlbumBrowserActivity.java | 497 TextView line1; field in AlbumBrowserActivity.AlbumListAdapter.ViewHolder 565 vh.line1 = (TextView) v.findViewById(R.id.line1); in newView() 585 vh.line1.setText(displayname); in bindView()
|
D | TrackBrowserActivity.java | 1306 TextView line1; 1411 vh.line1 = (TextView) v.findViewById(R.id.line1); 1426 vh.line1.setText(vh.buffer1.data, 0, vh.buffer1.sizeCopied);
|
D | PlaylistBrowserActivity.java | 376 Intent.EXTRA_SHORTCUT_NAME, ((TextView) v.findViewById(R.id.line1)).getText()); in onListItemClick() 578 TextView tv = (TextView) view.findViewById(R.id.line1); in bindView()
|
D | MediaPickerActivity.java | 241 TextView tv = (TextView) view.findViewById(R.id.line1); in bindView()
|
D | AudioPreview.java | 94 mTextLine1 = (TextView) findViewById(R.id.line1); in onCreate()
|
D | QueryBrowserActivity.java | 359 TextView tv1 = (TextView) view.findViewById(R.id.line1); in bindView()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | GeometryMathUtils.java | 102 public static float[] lineIntersect(float[] line1, float[] line2) { in lineIntersect() argument 103 float a0 = line1[0]; in lineIntersect() 104 float a1 = line1[1]; in lineIntersect() 105 float b0 = line1[2]; in lineIntersect() 106 float b1 = line1[3]; in lineIntersect()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | MessageNotificationState.java | 1234 CharSequence line1; in checkFailedMessages() local 1261 line1 = resources.getString(failureStringId); in checkFailedMessages() 1286 line1 = resources.getString(line1StringId); in checkFailedMessages() 1293 line1 = applyWarningTextColor(context, line1); in checkFailedMessages() 1304 .setContentTitle(line1) in checkFailedMessages() 1305 .setTicker(line1) in checkFailedMessages()
|
D | BugleNotifications.java | 1197 final CharSequence line1 = MessageNotificationState.applyWarningTextColor(context, in notifyEmergencySmsFailed() local 1206 builder.setTicker(line1) in notifyEmergencySmsFailed() 1207 .setContentTitle(line1) in notifyEmergencySmsFailed()
|