Home
last modified time | relevance | path

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

12345678910>>...16

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeDeviceAccountTypeFactory.java46 public FakeDeviceAccountTypeFactory withSimTypes(String... types) { in withSimTypes()
53 public FakeDeviceAccountTypeFactory withSimTypes(AccountType... types) { in withSimTypes()
60 public FakeDeviceAccountTypeFactory withDeviceTypes(String... types) { in withDeviceTypes()
67 public FakeDeviceAccountTypeFactory withDeviceTypes(AccountType... types) { in withDeviceTypes()
/aosp12/system/memory/libmemtrack/
H A Dmemtrack.cpp49 std::vector<memtrack_proc_type> types; member
142 const std::vector<MemtrackType>& types, uint32_t flags) in memtrack_proc_sum()
161 std::vector<MemtrackType> types = {MemtrackType::GRAPHICS}; in memtrack_proc_graphics_total() local
167 std::vector<MemtrackType> types = { MemtrackType::GRAPHICS }; in memtrack_proc_graphics_pss() local
174 std::vector<MemtrackType> types = { MemtrackType::GL }; in memtrack_proc_gl_total() local
180 std::vector<MemtrackType> types = { MemtrackType::GL }; in memtrack_proc_gl_pss() local
187 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, in memtrack_proc_other_total() local
194 std::vector<MemtrackType> types = { MemtrackType::MULTIMEDIA, in memtrack_proc_other_pss() local
/aosp12/system/tools/aidl/
H A Dgenerate_ndk.cpp573 void GenerateClassSource(CodeWriter& out, const AidlTypenames& types, in GenerateClassSource()
632 void GenerateClientSource(CodeWriter& out, const AidlTypenames& types, in GenerateClientSource()
646 void GenerateServerSource(CodeWriter& out, const AidlTypenames& types, in GenerateServerSource()
696 void GenerateInterfaceSource(CodeWriter& out, const AidlTypenames& types, in GenerateInterfaceSource()
818 void GenerateClientHeader(CodeWriter& out, const AidlTypenames& types, in GenerateClientHeader()
868 void GenerateServerHeader(CodeWriter& out, const AidlTypenames& types, in GenerateServerHeader()
1005 void GenerateParcelHeader(CodeWriter& out, const AidlTypenames& types, in GenerateParcelHeader()
1076 void GenerateParcelSource(CodeWriter& out, const AidlTypenames& types, in GenerateParcelSource()
1153 void GenerateParcelHeader(CodeWriter& out, const AidlTypenames& types, in GenerateParcelHeader()
1217 void GenerateParcelSource(CodeWriter& out, const AidlTypenames& types, in GenerateParcelSource()
[all …]
/aosp12/frameworks/base/tests/Internal/src/com/android/internal/protolog/common/
H A DLogDataTypeTest.java61 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in logDataTypesToBitMask() local
69 ArrayList<Integer> types = new ArrayList<>(); in logDataTypesToBitMask_toManyParams() local
79 List<Integer> types = Arrays.asList(LogDataType.STRING, LogDataType.DOUBLE, in bitmaskToLogDataTypes() local
/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()
/aosp12/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetDebugMessageLog.java8 int[] types, in glGetDebugMessageLog()
24 java.nio.IntBuffer types, in glGetDebugMessageLog()
36 int[] types, in glGetDebugMessageLog()
48 java.nio.IntBuffer types, in glGetDebugMessageLog()
H A DglGetDebugMessageLogKHR.java8 int[] types, in glGetDebugMessageLogKHR()
24 java.nio.IntBuffer types, in glGetDebugMessageLogKHR()
36 int[] types, in glGetDebugMessageLogKHR()
48 java.nio.IntBuffer types, in glGetDebugMessageLogKHR()
/aosp12/frameworks/base/core/java/android/view/
H A DPendingInsetsController.java49 public void show(int types) { in show()
58 public void hide(int types) { in hide()
201 public void controlWindowInsetsAnimation(@InsetsType int types, long durationMillis, in controlWindowInsetsAnimation()
221 public ShowRequest(int types) { in ShowRequest()
235 public HideRequest(int types) { in HideRequest()
H A DInsetsController.java536 final @InsetsType int types; field in InsetsController.PendingControlRequest
777 @InsetsType int types = 0; in startResizingAnimationIfNeeded() local
908 public void show(@InsetsType int types) { in show()
913 public void show(@InsetsType int types, boolean fromIme) { in show()
972 public void hide(@InsetsType int types) { in hide()
977 public void hide(@InsetsType int types, boolean fromIme) { in hide()
1030 private void controlAnimationUnchecked(@InsetsType int types, in controlAnimationUnchecked()
1237 private void cancelExistingControllers(@InsetsType int types) { in cancelExistingControllers()
1462 private void hideDirectly( in hideDirectly()
1634 @InsetsType int types = calculateControllableTypes(); in invokeControllableInsetsChangedListeners() local
[all …]
H A DIDisplayWindowInsetsController.aidl49 void showInsets(int types, boolean fromIme); in showInsets()
54 void hideInsets(int types, boolean fromIme); 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()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayInsetsController.java153 private void showInsets(int types, boolean fromIme) { in showInsets()
163 private void hideInsets(int types, boolean fromIme) { in hideInsets()
209 public void showInsets(int types, boolean fromIme) throws RemoteException { in showInsets()
216 public void hideInsets(int types, boolean fromIme) throws RemoteException { in hideInsets()
255 default void showInsets(int types, boolean fromIme) {} in showInsets()
263 default void hideInsets(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()
/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()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsControlTarget.java55 default void showInsets(@InsetsType int types, boolean fromIme) { in showInsets()
64 default void hideInsets(@InsetsType int types, boolean fromIme) { in hideInsets()
/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()
/aosp12/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
/aosp12/system/libhidl/transport/
H A DHidlTransportUtils.cpp39 auto chainRet = interface->interfaceChain([&](const hidl_vec<hidl_string> &types) { in canCastInterface()
64 auto ret = interface->interfaceDescriptor([&](const hidl_string &types) { in getDescriptor()
/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
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsController.java125 public void hideInsets(@Type.InsetsType int types, boolean fromIme) { in hideInsets()
135 public void showInsets(@Type.InsetsType int types, boolean fromIme) { in showInsets()
170 private void updateRequestedVisibilities(@Type.InsetsType int types, boolean visible) { in updateRequestedVisibilities()

12345678910>>...16