OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:componentMap
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
IconCache.java
274
HashMap<ComponentName, LauncherActivityInfoCompat>
componentMap
= new HashMap<>();
276
componentMap
.put(app.getComponentName(), app);
315
LauncherActivityInfoCompat app =
componentMap
.remove(component);
341
if (!
componentMap
.isEmpty() || !appsToUpdate.isEmpty()) {
343
appsToAdd.addAll(
componentMap
.values());
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/
vktSynchronization.cpp
231
VkComponentMapping
componentMap
;
259
componentMap
.r = VK_COMPONENT_SWIZZLE_R;
260
componentMap
.g = VK_COMPONENT_SWIZZLE_G;
261
componentMap
.b = VK_COMPONENT_SWIZZLE_B;
262
componentMap
.a = VK_COMPONENT_SWIZZLE_A;
277
imageViewCreateInfo.components =
componentMap
;
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.plexus-0.0.0.M5.jar
/prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar
Completed in 294 milliseconds