Home
last modified time | relevance | path

Searched refs:line1 (Results 1 – 12 of 12) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DActionPresenterSelector.java115 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/
DArtistAlbumBrowserActivity.java561 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()
DMusicPicker.java171 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()
DAlbumBrowserActivity.java497 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()
DTrackBrowserActivity.java1306 TextView line1;
1411 vh.line1 = (TextView) v.findViewById(R.id.line1);
1426 vh.line1.setText(vh.buffer1.data, 0, vh.buffer1.sizeCopied);
DPlaylistBrowserActivity.java376 Intent.EXTRA_SHORTCUT_NAME, ((TextView) v.findViewById(R.id.line1)).getText()); in onListItemClick()
578 TextView tv = (TextView) view.findViewById(R.id.line1); in bindView()
DMediaPickerActivity.java241 TextView tv = (TextView) view.findViewById(R.id.line1); in bindView()
DAudioPreview.java94 mTextLine1 = (TextView) findViewById(R.id.line1); in onCreate()
DQueryBrowserActivity.java359 TextView tv1 = (TextView) view.findViewById(R.id.line1); in bindView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java102 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/
DMessageNotificationState.java1234 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()
DBugleNotifications.java1197 final CharSequence line1 = MessageNotificationState.applyWarningTextColor(context, in notifyEmergencySmsFailed() local
1206 builder.setTicker(line1) in notifyEmergencySmsFailed()
1207 .setContentTitle(line1) in notifyEmergencySmsFailed()