OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProgramRow
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/guide/
ProgramRow.java
32
public class
ProgramRow
extends TimelineGridView {
33
private static final String TAG = "
ProgramRow
";
48
* children. See {@code
ProgramRow
#setChildFocusListener(ChildFocusListener)}.
65
public
ProgramRow
(Context context) {
69
public
ProgramRow
(Context context, AttributeSet attrs) {
73
public
ProgramRow
(Context context, AttributeSet attrs, int defStyle) {
77
/** Registers a listener focus events occurring on children to the {@code
ProgramRow
}. */
99
Log.d(TAG, "
ProgramRow
{" + Utils.toRectString(this) + "}");
ProgramTableAdapter.java
231
ProgramRow
programRow
= (
ProgramRow
) itemView.findViewById(R.id.row);
232
programRow
.setRecycledViewPool(mRecycledViewPool);
246
implements
ProgramRow
.ChildFocusListener {
249
private final
ProgramRow
mProgramRow;
347
mProgramRow = (
ProgramRow
) mContainer.findViewById(R.id.row);
[
all
...]
ProgramGuide.java
[
all
...]
Completed in 142 milliseconds