Home
last modified time | relevance | path

Searched defs:types (Results 1 – 25 of 115) sorted by relevance

12345

/aosp14/frameworks/base/tests/Internal/src/com/android/internal/protolog/common/
H A DLogDataTypeTest.java58 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in logDataTypesToBitMask() local
66 ArrayList<Integer> types = new ArrayList<>(); in logDataTypesToBitMask_toManyParams() local
76 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in bitmaskToLogDataTypes() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsControlTarget.java46 default boolean isRequestedVisible(@InsetsType int types) { in isRequestedVisible()
64 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
75 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
/aosp14/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java52 public void show(int types) { in show()
62 public void hide(int types) { in hide()
228 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
248 public ShowRequest(int types) { in ShowRequest()
262 public HideRequest(int types) { in HideRequest()
H A DInsetsController.java126 void updateRequestedVisibleTypes(@InsetsType int types); in updateRequestedVisibleTypes()
616 @InsetsType int types; field in InsetsController.PendingControlRequest
1080 public void show(@InsetsType int types) { in show()
1092 public void show(@InsetsType int types, boolean fromIme, in show()
1185 public void hide(@InsetsType int types) { in hide()
1197 public void hide(@InsetsType int types, boolean fromIme, in hide()
1266 private void controlWindowInsetsAnimation(@InsetsType int types, in controlWindowInsetsAnimation()
1286 private void controlAnimationUnchecked(@InsetsType int types, in controlAnimationUnchecked()
1309 private void controlAnimationUncheckedInner(@InsetsType int types, in controlAnimationUncheckedInner()
1539 private void cancelExistingControllers(@InsetsType int types) { in cancelExistingControllers()
[all …]
H A DIDisplayWindowInsetsController.aidl52 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets()
57 void hideInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in hideInsets()
H A DInsetsAnimationControlCallbacks.java39 void startAnimation(T runner, WindowInsetsAnimationControlListener listener, int types, in startAnimation()
78 void reportPerceptible(@InsetsType int types, boolean perceptible); in reportPerceptible()
H A DWindowInsetsController.java160 void show(@InsetsType int types); in show()
172 void hide(@InsetsType int types); in hide()
197 void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
H A DInsetsResizeAnimationRunner.java58 Interpolator interpolator, long duration, @InsetsType int types, in InsetsResizeAnimationRunner()
117 public void onReady(WindowInsetsAnimationController controller, int types) { in onReady()
220 public void notifyControlRevoked(int types) { in notifyControlRevoked()
H A DInsetsAnimationThreadControlRunner.java113 @InsetsType int types, InsetsAnimationControlCallbacks controller, long durationMs, in InsetsAnimationThreadControlRunner()
164 public void notifyControlRevoked(@InsetsType int types) { in notifyControlRevoked()
H A DWindowInsetsAnimationControlListener.java56 void onReady(@NonNull WindowInsetsAnimationController controller, @InsetsType int types); in onReady()
H A DInsetsAnimationControlRunner.java47 void notifyControlRevoked(@InsetsType int types); in notifyControlRevoked()
H A DIWindow.aidl74 void showInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in showInsets()
83 void hideInsets(int types, boolean fromIme, in @nullable ImeTracker.Token statsToken); in hideInsets()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayInsetsController.java161 private void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
176 private void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
229 public void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
237 public void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
283 default void showInsets(@InsetsType int types, boolean fromIme, in showInsets()
294 default void hideInsets(@InsetsType int types, boolean fromIme, in hideInsets()
/aosp14/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/
H A DControllerActivity.java90 private static String insetsTypesToString(int types) { in insetsTypesToString()
110 private void updateWidgets(WindowInsets insets, int types, ToggleButton toggle, SeekBar seek) { in updateWidgets()
126 ToggleListener(int types) { in ToggleListener()
150 SeekBarListener(int types) { in SeekBarListener()
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppServiceInfo.java103 List<String> types = new ArrayList<>(); in TvInteractiveAppServiceInfo() local
111 ResolveInfo service, String id, int types, List<String> extraTypes) { in TvInteractiveAppServiceInfo()
213 ResolveInfo resolveInfo, Context context, List<String> types) { in parseServiceMetadata()
256 private void toTypesFlag(List<String> types) { in toTypesFlag()
/aosp14/frameworks/base/core/java/com/android/internal/protolog/common/
H A DLogDataType.java39 public static int logDataTypesToBitMask(List<Integer> types) { in logDataTypesToBitMask()
66 ArrayList<Integer> types = new ArrayList<>(); in parseFormatString() local
/aosp14/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
H A DLockTargetStateAnalysis.java56 List<LockTarget> types = new ArrayList<>(); in naryOperation() local
70 List<LockTarget> types = new ArrayList<>(); in newValue() local
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerFilter.java48 public NotificationListenerFilter(int types, ArraySet<VersionedPackage> pkgs) { in NotificationListenerFilter()
101 public void setTypes(int types) { in setTypes()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/
H A DComplicationUtils.java70 public static int convertComplicationTypes(@DreamBackend.ComplicationType Set<Integer> types) { in convertComplicationTypes()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java159 int types = WindowInsets.Type.statusBars() | WindowInsets.Type.navigationBars(); in testShowTransient() local
167 int types = WindowInsets.Type.statusBars() | WindowInsets.Type.navigationBars(); in testShowTransientForSecondaryDisplay() local
175 int types = WindowInsets.Type.statusBars() | WindowInsets.Type.navigationBars(); in testAbortTransient() local
183 int types = WindowInsets.Type.statusBars() | WindowInsets.Type.navigationBars(); in testAbortTransientForSecondaryDisplay() local
/aosp14/frameworks/base/cmds/idmap2/libidmap2/proto/
H A Dfabricated_v1.proto36 repeated ResourceType types = 2; field
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DDisplayInsetsControllerTest.java200 public void showInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in showInsets()
205 public void hideInsets(int types, boolean fromIme, @Nullable ImeTracker.Token statsToken) { in hideInsets()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DApkChecksums.java388 @Checksum.TypeMask int types, in getAvailableApkChecksums()
421 @Checksum.TypeMask int types, in getInstallerChecksums()
529 @Checksum.TypeMask int types, in needToWait()
570 @Checksum.TypeMask int types, in getRequiredApkChecksums()
602 @Checksum.TypeMask int types, Map<Integer, ApkChecksum> checksums) { in isRequired()
711 String split, String filePath, int types) { in extractHashFromV2V3Signature()
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DEfficientCollectionsChecker.java59 final List<Type> types = ASTHelpers.getType(tree).getTypeArguments(); in matchNewClass() local
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java189 private static final Class<?> getRawType(Type[] types) { in getRawType()
402 private static void toString(Type[] types, StringBuilder out) { in toString()

12345