/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ImageButton.java | 74 public ImageButton(Context context) { in ImageButton() 78 public ImageButton(Context context, AttributeSet attrs) { in ImageButton() 82 public ImageButton(Context context, AttributeSet attrs, int defStyleAttr) { in ImageButton() 86 public ImageButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ImageButton()
|
H A D | RadioButton.java | 56 public RadioButton(Context context) { in RadioButton() 60 public RadioButton(Context context, AttributeSet attrs) { in RadioButton() 64 public RadioButton(Context context, AttributeSet attrs, int defStyleAttr) { in RadioButton() 68 public RadioButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in RadioButton()
|
H A D | TwoLineListItem.java | 48 public TwoLineListItem(Context context) { in TwoLineListItem() 52 public TwoLineListItem(Context context, AttributeSet attrs) { in TwoLineListItem() 56 public TwoLineListItem(Context context, AttributeSet attrs, int defStyleAttr) { in TwoLineListItem() 60 public TwoLineListItem(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in TwoLineListItem()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
H A D | ConnectionRecordManager.java | 45 private SharedPreferences getSharedPreferences(Context context) { in getSharedPreferences() 55 public synchronized int fetchConnectionRecord(Context context, String id) { in fetchConnectionRecord() 62 public synchronized void fetchLastSelectedDevice(Context context) { in fetchLastSelectedDevice() 73 public synchronized void setConnectionRecord(Context context, String id, int record) { in setConnectionRecord()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ObservableTextView.java | 36 public ObservableTextView(Context context) { in ObservableTextView() 40 public ObservableTextView(Context context, @Nullable AttributeSet attrs) { in ObservableTextView() 44 public ObservableTextView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in ObservableTextView() 48 public ObservableTextView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, in ObservableTextView()
|
H A D | DisableImageView.java | 32 public DisableImageView(Context context) { in DisableImageView() 36 public DisableImageView(Context context, @Nullable AttributeSet attrs) { in DisableImageView() 40 public DisableImageView(Context context, @Nullable AttributeSet attrs, in DisableImageView() 45 public DisableImageView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, in DisableImageView()
|
H A D | NotificationVanishingFrameLayout.java | 32 public NotificationVanishingFrameLayout(Context context) { in NotificationVanishingFrameLayout() 36 public NotificationVanishingFrameLayout(Context context, @Nullable AttributeSet attrs) { in NotificationVanishingFrameLayout() 40 public NotificationVanishingFrameLayout(Context context, @Nullable AttributeSet attrs, in NotificationVanishingFrameLayout() 45 public NotificationVanishingFrameLayout(Context context, AttributeSet attrs, int defStyleAttr, in NotificationVanishingFrameLayout()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AlphaOptimizedButton.java | 38 public AlphaOptimizedButton(Context context) { in AlphaOptimizedButton() 42 public AlphaOptimizedButton(Context context, AttributeSet attrs) { in AlphaOptimizedButton() 46 public AlphaOptimizedButton(Context context, AttributeSet attrs, int defStyleAttr) { in AlphaOptimizedButton() 50 public AlphaOptimizedButton(Context context, AttributeSet attrs, int defStyleAttr, in AlphaOptimizedButton()
|
H A D | AlphaOptimizedFrameLayout.java | 41 public AlphaOptimizedFrameLayout(Context context) { in AlphaOptimizedFrameLayout() 45 public AlphaOptimizedFrameLayout(Context context, AttributeSet attrs) { in AlphaOptimizedFrameLayout() 49 public AlphaOptimizedFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in AlphaOptimizedFrameLayout() 53 public AlphaOptimizedFrameLayout(Context context, AttributeSet attrs, int defStyleAttr, in AlphaOptimizedFrameLayout()
|
H A D | BackDropView.java | 31 public BackDropView(Context context) { in BackDropView() 35 public BackDropView(Context context, AttributeSet attrs) { in BackDropView() 39 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr) { in BackDropView() 43 public BackDropView(Context context, AttributeSet attrs, int defStyleAttr, in BackDropView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | AutoMarqueeTextView.java | 33 public AutoMarqueeTextView(Context context) { in AutoMarqueeTextView() 37 public AutoMarqueeTextView(Context context, AttributeSet attrs) { in AutoMarqueeTextView() 41 public AutoMarqueeTextView(Context context, AttributeSet attrs, int defStyleAttr) { in AutoMarqueeTextView() 45 public AutoMarqueeTextView(Context context, AttributeSet attrs, int defStyleAttr, in AutoMarqueeTextView()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | RegionInterceptingFrameLayout.java | 32 public RegionInterceptingFrameLayout(Context context) { in RegionInterceptingFrameLayout() 36 public RegionInterceptingFrameLayout(Context context, AttributeSet attrs) { in RegionInterceptingFrameLayout() 40 public RegionInterceptingFrameLayout(Context context, AttributeSet attrs, int defStyleAttr) { in RegionInterceptingFrameLayout() 44 public RegionInterceptingFrameLayout(Context context, AttributeSet attrs, int defStyleAttr, in RegionInterceptingFrameLayout()
|
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
H A D | SurfaceTextureSource.java | 153 protected void prepare(FilterContext context) { in prepare() 168 public void open(FilterContext context) { in open() 180 public void process(FilterContext context) { in process() 225 public void close(FilterContext context) { in close() 233 public void tearDown(FilterContext context) { in tearDown() 240 public void fieldPortValueUpdated(String name, FilterContext context) { in fieldPortValueUpdated()
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/network/network_exec/src/ |
H A D | network_exec.cpp | 59 bool NetworkExec::ExecGetType(GetTypeContext *context) in ExecGetType() 83 napi_value NetworkExec::GetTypeCallback(GetTypeContext *context) in GetTypeCallback() 114 bool NetworkExec::ExecSubscribe(SubscribeContext *context) in ExecSubscribe() 132 napi_value NetworkExec::SubscribeCallback(SubscribeContext *context) in SubscribeCallback() 149 bool NetworkExec::ExecUnsubscribe(UnsubscribeContext *context) in ExecUnsubscribe() 164 napi_value NetworkExec::UnsubscribeCallback(UnsubscribeContext *context) in UnsubscribeCallback()
|
/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/ |
H A D | QuickAccessWalletServiceInfo.java | 71 static QuickAccessWalletServiceInfo tryCreate(@NonNull Context context) { in tryCreate() 95 private static ComponentName getDefaultPaymentApp(Context context) { in getDefaultPaymentApp() 101 private static ServiceInfo getWalletServiceInfo(Context context, String packageName) { in getWalletServiceInfo() 123 private static Drawable parseTileServiceMetadata(Context context, ServiceInfo serviceInfo) { in parseTileServiceMetadata() 164 static ServiceMetadata parseServiceMetadata(Context context, ServiceInfo serviceInfo) { in parseServiceMetadata() 241 Drawable getWalletLogo(Context context) { in getWalletLogo() 255 CharSequence getShortcutShortLabel(Context context) { in getShortcutShortLabel() 263 CharSequence getShortcutLongLabel(Context context) { in getShortcutLongLabel() 271 CharSequence getServiceLabel(Context context) { in getServiceLabel()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/ |
H A D | AppUtils.java | 67 IUsbManager usbManager, PackageManager pm, Context context) { in getLaunchByDefaultSummary() 140 public static boolean isHiddenSystemModule(Context context, String packageName) { in isHiddenSystemModule() 148 public static boolean isSystemModule(Context context, String packageName) { in isSystemModule() 183 public static String getAppContentDescription(Context context, String packageName, in getAppContentDescription() 195 public static boolean isBrowserApp(Context context, String packageName, int userId) { in isBrowserApp() 213 public static boolean isDefaultBrowser(Context context, String packageName) { in isDefaultBrowser() 227 public static Drawable getIcon(Context context, ApplicationsState.AppEntry appEntry) { in getIcon() 276 public static void preloadTopIcons(Context context, in preloadTopIcons() 314 public static int getCloneUserId(Context context) { in getCloneUserId()
|
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/ |
H A D | MbmsDownloadReceiver.java | 142 public void onReceive(Context context, Intent intent) { in onReceive() 167 private boolean verifyIntentContents(Context context, Intent intent) { in verifyIntentContents() 237 private void moveDownloadedFile(Context context, Intent intent) { in moveDownloadedFile() 289 private void cleanupPostMove(Context context, Intent intent) { in cleanupPostMove() 312 private void generateTempFiles(Context context, Intent intent) { in generateTempFiles() 387 private ArrayList<UriPathPair> generateUrisForPausedFiles(Context context, in generateUrisForPausedFiles() 416 private void cleanupTempFiles(Context context, Intent intent) { in cleanupTempFiles() 523 private String getFileProviderAuthorityCached(Context context) { in getFileProviderAuthorityCached() 532 private static String getFileProviderAuthority(Context context) { in getFileProviderAuthority() 552 private String getMiddlewarePackageCached(Context context) { in getMiddlewarePackageCached() [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | console_module.cpp | 38 const jerry_value_t context, in LogDebug() 50 const jerry_value_t context, in LogInfo() 62 const jerry_value_t context, in LogWarn() 74 const jerry_value_t context, in Log() 86 const jerry_value_t context, in LogError()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/pip/ |
H A D | TvPipModule.java | 74 Context context, in providePip() 119 Context context, in provideTvPipBoundsController() 133 static TvPipBoundsAlgorithm provideTvPipBoundsAlgorithm(Context context, in provideTvPipBoundsAlgorithm() 142 static TvPipBoundsState provideTvPipBoundsState(Context context, in provideTvPipBoundsState() 149 static LegacySizeSpecSource provideSizeSpecSource(Context context, in provideSizeSpecSource() 158 Context context, in provideTvPipTransition() 178 Context context, in providesTvPipMenuController() 187 static TvPipNotificationController provideTvPipNotificationController(Context context, in provideTvPipNotificationController() 202 static PipTaskOrganizer providePipTaskOrganizer(Context context, in providePipTaskOrganizer() 233 static PipAppOpsListener providePipAppOpsListener(Context context, in providePipAppOpsListener()
|
/ohos5.0/foundation/multimodalinput/input/intention/services/intention_service/src/ |
H A D | intention_service.cpp | 30 IntentionService::IntentionService(IContext *context) in IntentionService() 36 CallingContext context { in Enable() local 57 CallingContext context { in Disable() local 78 CallingContext context { in Start() local 99 CallingContext context { in Stop() local 120 CallingContext context { in AddWatch() local 141 CallingContext context { in RemoveWatch() local 162 CallingContext context { in SetParam() local 183 CallingContext context { in GetParam() local 204 CallingContext context { in Control() local
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/ability_delegator_test/ |
H A D | ability_delegator_module_test.cpp | 166 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 205 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 240 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 278 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 311 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 342 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 377 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 412 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 444 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable 477 …std::shared_ptr<OHOS::AbilityRuntime::Context> context = std::make_shared<OHOS::AbilityRuntime::Co… variable [all …]
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | SeekBarDialogPreference.java | 43 Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in SeekBarDialogPreference() 54 public SeekBarDialogPreference(Context context, AttributeSet attrs, int defStyleAttr) { in SeekBarDialogPreference() 59 public SeekBarDialogPreference(Context context, AttributeSet attrs) { in SeekBarDialogPreference() 63 public SeekBarDialogPreference(Context context) { in SeekBarDialogPreference()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/ |
H A D | AbstractResolverComparatorTest.java | 52 Context context = InstrumentationRegistry.getTargetContext(); in testPositionFixed() local 69 Context context = InstrumentationRegistry.getTargetContext(); in testPinned() local 94 Context context = InstrumentationRegistry.getTargetContext(); in testBothPinned() local 100 private AbstractResolverComparator getTestComparator(Context context) { in getTestComparator()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | WindowDecorLinearLayout.java | 36 public WindowDecorLinearLayout(Context context) { in WindowDecorLinearLayout() 40 public WindowDecorLinearLayout(Context context, in WindowDecorLinearLayout() 45 public WindowDecorLinearLayout(Context context, @Nullable AttributeSet attrs, in WindowDecorLinearLayout() 50 public WindowDecorLinearLayout(Context context, AttributeSet attrs, int defStyleAttr, in WindowDecorLinearLayout()
|
/aosp14/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/ |
H A D | AppPreference.java | 35 public AppPreference(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in AppPreference() 40 public AppPreference(Context context, AttributeSet attrs, int defStyleAttr) { in AppPreference() 45 public AppPreference(Context context) { in AppPreference() 50 public AppPreference(Context context, AttributeSet attrs) { in AppPreference()
|