HomeSort by relevance Sort by last modified time
    Searched refs:BlockScreenType (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/ui/
BlockScreenView.java 33 import com.android.tv.ui.TunableTvView.BlockScreenType;
161 * {@code blockScreenType}.
163 public void setSpacing(@BlockScreenType int blockScreenType) {
165 blockScreenType == TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW
171 * Changes the view layout according to the {@code blockScreenType}.
173 public void onBlockStatusChanged(@BlockScreenType int blockScreenType, boolean withAnimation) {
175 switch (blockScreenType) {
191 switch (blockScreenType) {
    [all...]
TunableTvView.java 88 public @interface BlockScreenType {}
176 @BlockScreenType private int mBlockScreenType;
    [all...]

Completed in 880 milliseconds