Searched refs:ProjectionType (Results 1 – 3 of 3) sorted by relevance
103 void onProjectionStateChanged(@ProjectionType int projectionType, in onProjectionStateChanged()1137 public @interface ProjectionType { annotation in UiModeManager1157 public boolean requestProjection(@ProjectionType int projectionType) { in requestProjection()1186 public boolean releaseProjection(@ProjectionType int projectionType) { in releaseProjection()1210 public Set<String> getProjectingPackages(@ProjectionType int projectionType) { in getProjectingPackages()1228 public @ProjectionType int getActiveProjectionTypes() { in getActiveProjectionTypes()1251 public void addOnProjectionStateChangedListener(@ProjectionType int projectionType, in addOnProjectionStateChangedListener()
1114 @UiModeManager.ProjectionType int projectionType, in requestProjection()1160 public boolean releaseProjection(@UiModeManager.ProjectionType int projectionType, in releaseProjection()1172 public @UiModeManager.ProjectionType int getActiveProjectionTypes() { in getActiveProjectionTypes()1174 @UiModeManager.ProjectionType int projectionTypeFlag = PROJECTION_TYPE_NONE; in getActiveProjectionTypes()1190 @UiModeManager.ProjectionType int projectionType) { in getProjectingPackages()1201 @UiModeManager.ProjectionType int projectionType) { in addOnProjectionStateChangedListener()1219 @UiModeManager.ProjectionType int activeProjectionTypes = in addOnProjectionStateChangedListener()1282 private void enforceProjectionTypePermissions(@UiModeManager.ProjectionType int p) { in enforceProjectionTypePermissions()1290 private static void assertSingleProjectionType(@UiModeManager.ProjectionType int p) { in assertSingleProjectionType()1313 @UiModeManager.ProjectionType[all …]
187 private void onProjectionStateChanged(@UiModeManager.ProjectionType int activeProjectionTypes, in onProjectionStateChanged()