Home | History | Annotate | Download | only in ui

Lines Matching defs:Channel

54 import com.android.tv.data.Channel;
67 * A view to render channel banner.
74 * Show all information at the channel banner.
79 * Lock program details at the channel banner.
86 * Lock channel information at the channel banner.
87 * This is used when a channel is locked so we only want to show input information.
119 private Channel mCurrentChannel;
307 * @return the previous lock type of the channel banner.
321 * Sets the content rating that blocks the current watched channel for displaying it in the
322 * channel banner.
330 * Update channel banner view.
332 * @param updateOnTune {@false} denotes the channel banner is updated due to other reasons than
333 * tuning. The channel info will not be updated in this case.
355 * Update channel banner view with stream info.
360 // Update stream information in a channel.
372 // Channel change has been requested. But, StreamInfo hasn't been updated yet.
381 // Update static information for a channel.
428 mCurrentChannel.loadBitmap(getContext(), Channel.LOAD_IMAGE_TYPE_CHANNEL_LOGO,
435 Channel channel = mMainActivity.getCurrentChannel();
436 return channel != null ? channel.getInputId() : null;
484 ChannelBannerView channelBannerView, final Channel channel) {
488 if (channel != view.mCurrentChannel) {
499 // Need to update the text size of the program text view depending on the channel logo.