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

  /packages/apps/TV/src/com/android/tv/ui/
BlockScreenView.java 34 import com.android.tv.ui.TunableTvView.BlockScreenType;
179 * {@code blockScreenType}.
181 public void setSpacing(@BlockScreenType int blockScreenType) {
183 blockScreenType == TunableTvView.BLOCK_SCREEN_TYPE_SHRUNKEN_TV_VIEW
189 * Changes the view layout according to the {@code blockScreenType}.
191 public void onBlockStatusChanged(@BlockScreenType int blockScreenType, boolean withAnimation) {
193 switch (blockScreenType) {
211 switch (blockScreenType) {
    [all...]
TunableTvView.java 101 public @interface BlockScreenType {}
179 @BlockScreenType private int mBlockScreenType;
    [all...]
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 115 import com.android.tv.ui.TunableTvView.BlockScreenType;
660 @BlockScreenType private int getDesiredBlockScreenType() {
    [all...]

Completed in 68 milliseconds