Home
last modified time | relevance | path

Searched defs:resourceId (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DWindowUtils.java101 int resourceId = resources.getIdentifier(resourceName, "dimen", "android"); in getStatusBarPosition() local
112 int resourceId; in getNavigationBarPosition() local
134 int resourceId = resources.getIdentifier("navigation_bar_height", "dimen", "android"); in getNavigationBarHeight() local
140 int resourceId = resources.getIdentifier("docked_stack_divider_insets", "dimen", in getDockedStackDividerInset() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DDisplayUtils.java87 int resourceId = context.getResources().getIdentifier("rounded_corner_radius_bottom", in getCornerRadiusBottom() local
106 int resourceId = context.getResources().getIdentifier("rounded_corner_radius_top", in getCornerRadiusTop() local
121 int resourceId = context.getResources().getIdentifier("rounded_corner_radius", "dimen", in getCornerRadiusDefault() local
/frameworks/base/services/core/java/com/android/server/
DIpSecService.java400 void removeSpiRecord(int resourceId) { in removeSpiRecord()
404 void removeTransformRecord(int resourceId) { in removeTransformRecord()
408 void removeTunnelInterfaceRecord(int resourceId) { in removeTunnelInterfaceRecord()
412 void removeEncapSocketRecord(int resourceId) { in removeEncapSocketRecord()
490 OwnedResourceRecord(int resourceId) { in OwnedResourceRecord()
594 int resourceId, IpSecConfig config, SpiRecord spi, EncapSocketRecord socket) { in TransformRecord()
676 SpiRecord(int resourceId, String sourceAddress, String destinationAddress, int spi) { in SpiRecord()
807 int resourceId, in TunnelInterfaceRecord()
939 EncapSocketRecord(int resourceId, FileDescriptor socket, int port) { in EncapSocketRecord()
1108 final int resourceId = mNextResourceId++; in allocateSecurityParameterIndex() local
[all …]
/frameworks/ex/framesequence/samples/FrameSequenceSamples/src/com/android/framesequence/samples/
DSamplesList.java36 static Map<String,?> makeSample(String name, Class<?> activity, int resourceId) { in makeSample()
61 int resourceId = ((Integer) SAMPLES.get(position).get(KEY_RESOURCE)).intValue(); in onListItemClick() local
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/partner/
DResourceEntry.java54 int resourceId = bundle.getInt(KEY_RESOURCE_ID); in fromBundle() local
58 public ResourceEntry(String packageName, String resourceName, int resourceId) { in ResourceEntry()
/frameworks/base/core/java/android/net/
DIIpSecService.aidl38 void releaseSecurityParameterIndex(int resourceId); in releaseSecurityParameterIndex()
42 void closeUdpEncapsulationSocket(int resourceId); in closeUdpEncapsulationSocket()
61 void deleteTunnelInterface(int resourceId, in String callingPackage); in deleteTunnelInterface()
DIpSecTransformResponse.java30 public final int resourceId; field in IpSecTransformResponse
DIpSecTunnelInterfaceResponse.java30 public final int resourceId; field in IpSecTunnelInterfaceResponse
DIpSecSpiResponse.java30 public final int resourceId; field in IpSecSpiResponse
DNattSocketKeepalive.java39 int resourceId, in NattSocketKeepalive()
DIpSecUdpEncapResponse.java33 public final int resourceId; field in IpSecUdpEncapResponse
DIpSecConfig.java91 public void setSpiResourceId(int resourceId) { in setSpiResourceId()
119 public void setEncapSocketResourceId(int resourceId) { in setEncapSocketResourceId()
/frameworks/base/core/tests/coretests/src/android/view/
DInflateTest.java56 public void inflateTest(int resourceId) { in inflateTest()
61 public void inflateCachedTest(int resourceId) { in inflateCachedTest()
/frameworks/base/core/java/android/gesture/
DGestureLibraries.java48 public static GestureLibrary fromRawResource(Context context, @RawRes int resourceId) { in fromRawResource()
113 public ResourceGestureLibrary(Context context, int resourceId) { in ResourceGestureLibrary()
/frameworks/layoutlib/bridge/src/android/view/
DPointerIcon_Delegate.java28 int resourceId) { in loadResource()
/frameworks/base/core/java/android/widget/
DCalendarView.java311 public void setSelectedDateVerticalBar(@DrawableRes int resourceId) { in setSelectedDateVerticalBar()
349 public void setWeekDayTextAppearance(@StyleRes int resourceId) { in setWeekDayTextAppearance()
372 public void setDateTextAppearance(@StyleRes int resourceId) { in setDateTextAppearance()
616 void setSelectedDateVerticalBar(@DrawableRes int resourceId); in setSelectedDateVerticalBar()
620 void setWeekDayTextAppearance(@StyleRes int resourceId); in setWeekDayTextAppearance()
623 void setDateTextAppearance(@StyleRes int resourceId); in setDateTextAppearance()
/frameworks/base/core/java/android/text/style/
DImageSpan.java206 public ImageSpan(@NonNull Context context, @DrawableRes int resourceId) { in ImageSpan()
219 public ImageSpan(@NonNull Context context, @DrawableRes int resourceId, in ImageSpan()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DModuleInfoProviderTest.java75 private ModuleInfoProvider getProvider(int resourceId) { in getProvider()
/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java908 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech()
942 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech()
1016 public int addEarcon(String earcon, String packagename, @RawRes int resourceId) { in addEarcon()
1070 private Uri makeResourceUri(String packageName, int resourceId) { in makeResourceUri()
/frameworks/base/core/java/android/view/
DPointerIcon.java249 int resourceId = a.getResourceId(typeIndex, -1); in getSystemIcon() local
323 public static PointerIcon load(@NonNull Resources resources, @XmlRes int resourceId) { in load()
459 private void loadResource(Context context, Resources resources, @XmlRes int resourceId) { in loadResource()
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
DGraphReader.java41 public FilterGraph readGraphResource(Context context, int resourceId) throws GraphIOException { in readGraphResource()
/frameworks/base/core/java/android/security/net/config/
DResourceCertificateSource.java45 public ResourceCertificateSource(int resourceId, Context context) { in ResourceCertificateSource()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
DFakeStatusBarIconController.java49 public void setIcon(String slot, int resourceId, CharSequence contentDescription) { in setIcon()
/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java135 public int loadGraph(Context context, int resourceId) { in loadGraph()
/frameworks/base/core/java/android/util/
DIconDrawableFactory.java109 int resourceId = CORP_BADGE_COLORS[badge % CORP_BADGE_COLORS.length]; in getUserBadgeColor() local

123