/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/preference/ |
H A D | ListPreferenceFragment.java | 87 public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) { in onViewCreated() 232 View view = requireView(); in onCarUiInsetsChanged() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
H A D | MessageComposerFragment.java | 63 View view = inflater.inflate(R.layout.fragment_message_composer, container, false); in onCreateView() local 95 public void onClick(View view) { in onClick()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_toggle_button.cpp | 123 void UIToggleButton::Callback(UIView* view) in Callback() 153 void UIToggleButton::OnStop(UIView& view) in OnStop()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewAnimationUtils.java | 69 public static Animator createCircularReveal(View view, in createCircularReveal()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/ |
H A D | ViewOutlineProviderCompatUtils.java | 37 public static InsetsUpdater setInsetsOutlineProvider(final View view) { in setInsetsOutlineProvider()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/ |
H A D | RemoveViewHolder.java | 28 RemoveViewHolder(View view) { in RemoveViewHolder()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
H A D | LongPressWifiEntryPreference.java | 38 public void onBindViewHolder(final PreferenceViewHolder view) { in onBindViewHolder()
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/activityresolver/ |
H A D | ActivityResolverFragment.java | 45 View view = inflater.inflate(R.layout.activity_resolver_fragment, container, false); in onCreateView() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/ |
H A D | IconLabelDotView.java | 30 static void setIconAndDotVisible(View view, boolean visible) { in setIconAndDotVisible()
|
/aosp12/packages/apps/Settings/src/com/android/settings/print/ |
H A D | ProfileSettingsPreferenceFragment.java | 39 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
|
/aosp12/frameworks/base/startop/apps/test/src/ |
H A D | LayoutInflationActivity.java | 35 View view = inflater.inflate(layoutId, /*root=*/null); in onCreate() local
|
/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
H A D | HomepageDisplayTests.java | 89 final UiObject2 view = mDevice.wait( in testHomepageCategory() local
|
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/savedqueries/ |
H A D | SavedQueryViewHolder.java | 31 public SavedQueryViewHolder(View view) { in SavedQueryViewHolder()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | ViewFlipperActivity.java | 41 View view = inflater.inflate(R.layout.flipper_item, flipper, false); in onCreate() local
|
H A D | DrawIntoHwBitmapActivity.java | 32 ImageView view = new ImageView(this); in onCreate() local
|
/aosp12/packages/apps/Settings/src/com/android/settings/ |
H A D | AccessiblePreferenceCategory.java | 39 public void onBindViewHolder(PreferenceViewHolder view) { in onBindViewHolder()
|
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/ |
H A D | VolumeShortcutToggleScreenReaderPreferenceFragmentForSetupWizard.java | 30 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
|
H A D | VolumeShortcutToggleSelectToSpeakPreferenceFragmentForSetupWizard.java | 30 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsBpViewController.java | 30 protected UdfpsBpViewController( in UdfpsBpViewController()
|
H A D | UdfpsFpmOtherViewController.java | 33 protected UdfpsFpmOtherViewController( in UdfpsFpmOtherViewController()
|
/aosp12/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
H A D | OverlayTest.java | 39 public void onClick(View view) { in onClick()
|
/aosp12/frameworks/layoutlib/validator/src/com/android/tools/idea/validator/ |
H A D | LayoutValidator.java | 49 public static ValidatorResult validate(@NotNull View view, @Nullable BufferedImage image) { in validate()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/rotary/ |
H A D | NumberPickerNudgeHandler.java | 41 public boolean onKey(View view, int keyCode, KeyEvent event) { in onKey()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/common_view/ |
H A D | common_view_test_ng.cpp | 41 CommonViewModelNG view; variable
|
/aosp12/frameworks/av/media/codec2/sfplugin/utils/ |
H A D | Codec2BufferUtils.cpp | 67 static status_t _ImageCopy(View &view, const MediaImage2 *img, ImagePixel *imgBase) { in _ImageCopy() 121 status_t ImageCopy(uint8_t *imgBase, const MediaImage2 *img, const C2GraphicView &view) { in ImageCopy() 193 status_t ImageCopy(C2GraphicView &view, const uint8_t *imgBase, const MediaImage2 *img) { in ImageCopy() 264 bool IsYUV420(const C2GraphicView &view) { in IsYUV420() 288 bool IsNV12(const C2GraphicView &view) { in IsNV12() 302 bool IsNV21(const C2GraphicView &view) { in IsNV21() 316 bool IsI420(const C2GraphicView &view) { in IsI420()
|