Searched refs:component (Results 101 - 125 of 170) sorted by relevance

1234567

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DForcedResizableInfoActivityController.java30 import com.android.systemui.recents.events.component.ShowUserToastEvent;
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationClass.java71 TypeMirror component = null;
73 component = ((ArrayType) mTypeMirror).getComponentType();
91 component = mapType.getTypeArguments().get(1);
94 return new AnnotationClass(component);
/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeHelper.java369 if (rule.component.getPackageName().equals(packageName)
382 if (rule.component != null && rule.component.equals(owner)) {
402 if (packages[i].equals(rule.component.getPackageName())) {
438 rule.component = automaticZenRule.getOwner();
453 return new AutomaticZenRule(rule.name, rule.component, rule.conditionId,
598 mPm.getPackageInfo(rule.component.getPackageName(),
837 rule1.component = ScheduleConditionProvider.COMPONENT;
853 rule2.component = ScheduleConditionProvider.COMPONENT;
870 rule.component
[all...]
/frameworks/base/core/java/android/service/quicksettings/
H A DTileService.java426 public static final void requestListeningState(Context context, ComponentName component) { argument
428 intent.putExtra(EXTRA_COMPONENT, component);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DHelpUtils.java150 ComponentName component = intent.resolveActivity(context.getPackageManager());
151 if (component != null) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileLifecycleManagerTests.java59 ComponentName component = new ComponentName(mContext, FakeTileService.class);
62 new Intent().setComponent(component),
H A DTileServicesTests.java113 protected TileServiceManager onCreateTileService(ComponentName component, Tile qsTile) { argument
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java383 * This checks if the component is an enabled notification listener for the
387 * @param compName The component that is enabled.
390 * @return True if the component is enabled, false otherwise
408 final ComponentName component =
410 if (component != null) {
411 if (compName.equals(component)) {
413 Log.d(TAG, "ok to get sessions. " + component +
524 ComponentName component = receiver.getIntent().getComponent();
525 if (component != null && record.getPackageName().equals(component
[all...]
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java396 * @param component The ComponentName of the activity to launch
401 public void startMainActivity(ComponentName component, UserHandle user, Rect sourceBounds, argument
404 Log.i(TAG, "StartMainActivity " + component + " " + user.getIdentifier());
407 mService.startActivityAsUser(component, sourceBounds, opts, user);
417 * @param component The ComponentName of the package to launch settings for.
422 public void startAppDetailsActivity(ComponentName component, UserHandle user, argument
425 mService.showAppDetailsAsUser(component, sourceBounds, opts, user);
470 * @param component The activity to check.
475 public boolean isActivityEnabled(ComponentName component, UserHandle user) { argument
477 return mService.isActivityEnabled(component, use
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder2.cpp52 OMX_COMPONENTTYPE **component)
53 : SimpleSoftOMXComponent(name, callbacks, appData, component),
710 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
711 return new android::SoftAACEncoder2(name, callbacks, appData, component);
48 SoftAACEncoder2( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
708 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp157 OMX_COMPONENTTYPE **component)
162 callbacks, appData, component),
732 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
733 return new android::SoftAVCEncoder(name, callbacks, appData, component);
153 SoftAVCEncoder( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
730 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp111 OMX_COMPONENTTYPE **component)
116 appData, component),
767 OMX_COMPONENTTYPE **component) {
768 return new android::SoftAVC(name, callbacks, appData, component);
107 SoftAVC( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
765 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp66 OMX_COMPONENTTYPE **component)
70 appData, component),
716 OMX_COMPONENTTYPE **component) {
717 android::SoftHEVC *codec = new android::SoftHEVC(name, callbacks, appData, component);
62 SoftHEVC( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
714 createSoftOMXComponent(const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp65 OMX_COMPONENTTYPE **component)
70 appData, component),
844 OMX_COMPONENTTYPE **component) {
845 return new android::SoftMPEG2(name, callbacks, appData, component);
61 SoftMPEG2( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
842 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp68 OMX_COMPONENTTYPE **component)
73 callbacks, appData, component),
855 OMX_PTR appData, OMX_COMPONENTTYPE **component) {
856 return new android::SoftVPXEncoder(name, callbacks, appData, component);
65 SoftVPXEncoder(const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
853 createSoftOMXComponent( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java403 * <p>Defined as the Y component in the XYZ representation of {@code color}.</p>
409 // Luminance is the Y component
440 * @param color the ARGB color to convert. The alpha component is ignored
456 * @param r red component value [0..255]
457 * @param g green component value [0..255]
458 * @param b blue component value [0..255]
483 * @param color the ARGB color to convert. The alpha component is ignored
502 * @param r red component value [0..255]
503 * @param g green component value [0..255]
504 * @param b blue component valu
645 pivotXyzComponent(double component) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java153 public ActivityInfo getActivityInfo(ComponentName component, int flags) argument
159 public ActivityInfo getReceiverInfo(ComponentName component, int flags) argument
165 public ServiceInfo getServiceInfo(ComponentName component, int flags) argument
171 public ProviderInfo getProviderInfo(ComponentName component, int flags) argument
/frameworks/rs/api/
H A Drs_graphics.spec611 arg: float r, "red component"
612 arg: float g, "green component"
613 arg: float b, "blue component"
614 arg: float a, "alpha component"
916 summary: Get program store alpha component color mask
918 Get program store alpha component color mask
928 summary: Get program store blur component color mask
930 Get program store blur component color mask
940 summary: Get program store green component color mask
942 Get program store green component colo
[all...]
/frameworks/support/core-utils/java/android/support/v4/graphics/
H A DColorUtils.java73 * <p>Defined as the Y component in the XYZ representation of {@code color}.</p>
79 // Luminance is the Y component
165 * @param r red component value [0..255]
166 * @param g green component value [0..255]
167 * @param b blue component value [0..255]
217 * @param color the ARGB color to convert. The alpha component is ignored
292 * Set the alpha component of {@code color} to be {@code alpha}.
306 * @param color the ARGB color to convert. The alpha component is ignored
322 * @param r red component value [0..255]
323 * @param g green component valu
524 pivotXyzComponent(double component) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DBroadcastQueue.java280 "Delivering to component " + r.curComponent
974 ComponentName component = new ComponentName(
996 + " due to receiver " + component.flattenToShortString());
1003 + " due to receiver " + component.flattenToShortString());
1018 + component.flattenToShortString());
1038 + component.flattenToShortString()
1052 + component.flattenToShortString()
1068 + component.flattenToShortString()
1092 Slog.w(TAG, "Permission Denial: Receiver " + component.flattenToShortString()
1165 + component
[all...]
/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dslice.cpp924 int component, SubBlock_indx, block_x, block_y; local
931 for (component = 0; component < 4; component++) /* partition index */
933 block_x = ((component & 1) << 1);
934 block_y = ((component >> 1) << 1);
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java387 public void addTile(ComponentName component) { argument
392 mBar.addQsTile(component);
398 public void remTile(ComponentName component) { argument
403 mBar.remQsTile(component);
409 public void clickTile(ComponentName component) { argument
414 mBar.clickQsTile(component);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java54 import com.android.systemui.recents.events.component.RecentsVisibilityChangedEvent;
55 import com.android.systemui.recents.events.component.ScreenPinningRequestEvent;
56 import com.android.systemui.recents.events.component.ShowUserToastEvent;
67 * An implementation of the SystemUI recents component, which supports both system and secondary
218 // the system user's Recents component to pass events (like show/hide/toggleRecents) to the
673 // Update the configuration for the Recents component when the activity configuration
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQSTileHost.java403 ComponentName component = CustomTile.getComponentFromSpec(tileSpec);
404 Intent intent = new Intent().setComponent(component);
410 TileLifecycleManager.setTileAdded(mContext, component, false);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionSessionConnection.java173 public VoiceInteractionSessionConnection(Object lock, ComponentName component, int user, argument
176 mSessionComponentName = component;
189 + component.flattenToShortString());

Completed in 988 milliseconds

1234567