Home
last modified time | relevance | path

Searched defs:view (Results 51 – 75 of 2380) sorted by relevance

12345678910>>...96

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/statusicon/
H A DStatusIconController.java48 public final void registerIconView(ImageView view) { in registerIconView()
59 public final void unregisterIconView(ImageView view) { in unregisterIconView()
100 protected void updateIconView(ImageView view, StatusIconData data) { in updateIconView()
132 boolean isViewRegistered(ImageView view) { in isViewRegistered()
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DStorageWizardInit.java67 public void onNavigateBack(View view) { in onNavigateBack()
71 public void onNavigateExternal(View view) { in onNavigateExternal()
94 public void onNavigateInternal(View view) { in onNavigateInternal()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/
H A DConditionContextualCardRenderer.java56 public RecyclerView.ViewHolder createViewHolder(View view, @LayoutRes int viewType) { in createViewHolder()
62 final ConditionalCardHolder view = (ConditionalCardHolder) holder; in bindView() local
74 private void initializePrimaryClick(ConditionalCardHolder view, ConditionalContextualCard card, in initializePrimaryClick()
86 private void initializeView(ConditionalCardHolder view, ConditionalContextualCard card) { in initializeView()
92 private void initializeActionButton(ConditionalCardHolder view, ConditionalContextualCard card, in initializeActionButton()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DViewState.java141 public void initFrom(View view) { in initFrom()
155 public void applyToView(View view) { in applyToView()
246 public boolean isAnimating(View view) { in isAnimating()
338 private void updateAlphaAnimation(View view) { in updateAlphaAnimation()
420 private void updateAnimationZ(View view) { in updateAnimationZ()
486 private void updateAnimationX(View view) { in updateAnimationX()
552 private void updateAnimationY(View view) { in updateAnimationY()
669 public static float getFinalTranslationX(View view) { in getFinalTranslationX()
685 public static float getFinalTranslationY(View view) { in getFinalTranslationY()
701 public static float getFinalTranslationZ(View view) { in getFinalTranslationZ()
[all …]
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
H A DEntityHeaderControllerTest.java86 View view = mController.done(mActivity); in testBuildView_constructedWithoutView_shouldCreateNewView() local
104 View view = mController.done(mActivity); in testBuildView_constructedWithView_shouldReturnSameView() local
139 final View view = mLayoutInflater in bindButton_hasEditClickListener_shouldShowButton() local
167 final View view = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */); in bindButton_noEditClickListener_shouldNotShowButton() local
230 final View view = in iconContentDescription_shouldWorkWithSetIcon() local
244 final View view = mLayoutInflater in iconContentDescription_shouldWorkWithoutSetIcon() local
/aosp12/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/
H A DSmsManagerTestApp.java147 private void sendOutgoingSms(View view) { in sendOutgoingSms()
163 private void sendOutgoingSmsService(View view) { in sendOutgoingSmsService()
181 private void getSubIdForResult(View view) { in getSubIdForResult()
196 private void setPersistentServiceComponentEnabled(View view) { in setPersistentServiceComponentEnabled()
203 private void setPersistentServiceComponentDisabled(View view) { in setPersistentServiceComponentDisabled()
210 private void checkSingleRegPermission(View view) { in checkSingleRegPermission()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DViews.java29 final View view = Mockito.mock(View.class); in createTestView() local
40 View view = createTestView(); in createTestView() local
48 View view = createTestView(); in createTestView() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/
H A DUiUtil.java28 public static void hideKeyboardFrom(Context context, View view) { in hideKeyboardFrom()
35 public static void showKeyboardFrom(Context context, View view) { in showKeyboardFrom()
42 public static void forceOpenKeyboardFrom(Context context, View view) { in forceOpenKeyboardFrom()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DKindSectionView.java222 final View view = mEditors.getChildAt(i); in setGroupMetaData() local
238 final View view = mEditors.getChildAt(i); in isEmptyName() local
262 final View view = mEditors.getChildAt(i); in getPhoneticEditorView() local
412 final View view = mLayoutInflater.inflate( in addNonNameEditorView() local
446 final View view = mEditors.getChildAt(i); in updateEmptyEditors() local
481 final View view = mEditors.getChildAt(i); in updateEmptyNameEditors() local
525 final View view = emptyEditors.get(i); in updateEmptyNonNameEditors() local
564 private void hideView(View view) { in hideView()
568 private void deleteView(View view, boolean shouldAnimate) { in deleteView()
577 private void showView(View view, boolean shouldAnimate) { in showView()
[all …]
H A DEditorAnimator.java119 public void showFieldFooter(final View view) { in showFieldFooter()
163 View view = scrollView.findFocus(); in scrollViewToTop() local
169 public static void placeFocusAtTopOfScreenAfterReLayout(final View view) { in placeFocusAtTopOfScreenAfterReLayout()
180 private int offsetFromTopOfViewGroup(View view, ViewGroup viewGroup) { in offsetFromTopOfViewGroup()
188 private static ScrollView getParentScrollView(View view) { in getParentScrollView()
220 private static List<View> getViewsBelowOf(View view) { in getViewsBelowOf()
233 View view = container.getChildAt(i); in getViewsBelowOfRecursive() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp358 auto view = weak.Upgrade(); in UpdateRootComponent() local
365 auto view = weak.Upgrade(); in UpdateRootComponent() local
408 auto view = weak.Upgrade(); in UpdateRootComponent() local
414 auto view = weak.Upgrade(); in UpdateRootComponent() local
420 auto view = weak.Upgrade(); in UpdateRootComponent() local
441 auto view = weakView.Upgrade(); in UpdateRootComponent() local
473 auto view = weak.Upgrade(); in UpdateRootComponent() local
479 auto view = weak.Upgrade(); in UpdateRootComponent() local
485 auto view = weak.Upgrade(); in UpdateRootComponent() local
492 auto view = weak.Upgrade(); in UpdateRootComponent() local
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_focus_manager/
H A Dui_test_focus_manager.cpp32 bool OnFocus(UIView& view) override in OnFocus()
43 bool OnBlur(UIView& view) override in OnBlur()
62 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
77 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
94 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
113 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
124 SetFocusableOnClickListener(UIView* view, bool enable) : view_(view), enable_(enable) {} in SetFocusableOnClickListener()
128 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
140 explicit RequestFocusOnClickListener(UIView* view) : view_(view) {} in RequestFocusOnClickListener()
144 bool OnClick(UIView& view, const ClickEvent& event) in OnClick()
[all …]
/aosp12/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ui/
H A DMainActivity.java129 public void onReloadClick(View view) { in onReloadClick()
136 public void onViewConfigClick(View view) { in onViewConfigClick()
148 public void onApplyConfigClick(View view) { in onApplyConfigClick()
173 public void onStopClick(View view) { in onStopClick()
195 public void onResetClick(View view) { in onResetClick()
218 public void onSuspendClick(View view) { in onSuspendClick()
229 public void onResumeClick(View view) { in onResumeClick()
242 public void onSwitchSlotClick(View view) { in onSwitchSlotClick()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Devent_listener.cpp33 bool KeyBoardEventListener::OnKeyAct(UIView &view, const KeyEvent &event) in OnKeyAct()
56 bool ViewOnTouchCancelListener::OnCancel(UIView &view, const CancelEvent &event) in OnCancel()
96 bool ViewOnTouchListener::OnDragStart(UIView& view, const DragEvent &event) in OnDragStart()
113 bool ViewOnTouchListener::OnDrag(UIView& view, const DragEvent& event) in OnDrag()
130 bool ViewOnTouchListener::OnDragEnd(UIView& view, const DragEvent &event) in OnDragEnd()
151 void ValueChangeListener::OnChange(UIView &view, const char *value) in OnChange()
/aosp12/frameworks/base/tests/LockTaskTests/src/com/google/android/example/locktasktests/
H A DLaunchActivity.java69 public void onTryLock(View view) { in onTryLock()
73 public void onTryUnlock(View view) { in onTryUnlock()
77 public void onLaunchMain(View view) { in onLaunchMain()
/aosp12/packages/apps/TV/src/com/android/tv/util/
H A DViewCache.java47 public void putView(int resId, View view) { in putView()
66 View view = inflater.inflate(resId, fakeParent, false); in putView() local
75 View view = views.remove(views.size() - 1); in getView() local
87 View view = getView(resId); in getOrCreateView() local
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DStylerHelper.java92 SpacingInfo(View view, ViewGroup.LayoutParams layoutParamsCopy) { in SpacingInfo()
101 void applySpacingToView(View view) { in applySpacingToView()
107 private void applyPaddingToView(View view) { in applyPaddingToView()
111 private void applyLayoutParamsToView(View view) { in applyLayoutParamsToView()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/animator/
H A Danimator_unit_test.cpp33 explicit TestAnimatorCallback(UIView* view) : view_(view), animator_(nullptr) {} in TestAnimatorCallback()
55 void Callback(UIView* view) override in Callback()
61 void OnStop(UIView& view) override in OnStop()
197 UIView* view = new UIView(); variable
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java210 View view = shadowView.shadowedView; in prune() local
234 View view = shadowView.shadowedView; in layoutShadows() local
283 public View addShadowView(View view, Drawable shadow) { in addShadowView()
309 public View addShadowView(View view) { in addShadowView()
323 public static View getShadowView(View view) { in getShadowView()
348 public void bringViewShadowToTop(View view) { in bringViewShadowToTop()
378 public static void removeShadowView(View view) { in removeShadowView()
404 ShadowView view = mRecycleBin.remove(size - 1); in getFromRecycleBin() local
415 public void setShadowVisibility(View view, int visibility) { in setShadowVisibility()
427 public static FrameLayoutWithShadows findParentShadowsView(View view) { in findParentShadowsView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DPropertyAnimator.java44 public static <T extends View> void setProperty(final T view, in setProperty()
57 public static <T extends View> void startAnimation(final T view, in startAnimation()
135 public static <T extends View> void applyImmediately(T view, AnimatableProperty property, in applyImmediately()
141 public static void cancelAnimation(View view, AnimatableProperty property) { in cancelAnimation()
148 public static boolean isAnimating(View view, AnimatableProperty property) { in isAnimating()
/aosp12/system/bt/gd/l2cap/
H A Dl2cap_packet_test.cc81 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
91 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
101 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
111 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
121 auto view = ConfigurationRequestView::Create(ControlView::Create(packet_bytes_view)); in TEST() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dswiper_tdd_test.cpp104 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest001() local
163 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest002() local
215 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest003() local
250 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest004() local
303 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest005() local
353 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest013() local
424 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest014() local
461 UIView* view = component->GetComponentRootView(); in ComponentSwiperAttributeSetTest019() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_native_view_ffi.cpp74 auto view = FFIData::Create<NativeView>(remoteView); in FfiOHOSAceFrameworkNativeViewCtor() local
83 auto view = FFIData::GetData<NativeView>(id); in FfiOHOSAceFrameworkNativeViewDestroy() local
143 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkNativeViewSyncInstanceId() local
153 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkNativeViewRestoreInstanceId() local
163 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkNativeViewFinishUpdateFunc() local
173 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkViewDeletedElmtIdsHaveBeenPurged() local
192 auto view = FFIData::GetData<NativeView>(nativeViewId); in FfiOHOSAceFrameworkViewGetDeletedElemtIds() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DPostalAddressListAdapter.java115 ContactListItemView view = super.newView(context, partition, cursor, position, parent); in newView() local
125 ContactListItemView view = (ContactListItemView)itemView; in bindView() local
133 protected void bindPostalAddress(ContactListItemView view, Cursor cursor) { in bindPostalAddress()
146 protected void bindSectionHeaderAndDivider(final ContactListItemView view, int position) { in bindSectionHeaderAndDivider()
156 protected void bindName(final ContactListItemView view, Cursor cursor) { in bindName()
160 protected void bindPhoto(final ContactListItemView view, Cursor cursor) { in bindPhoto()
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuLayoutManager.java330 MenuRowView view = mMenuRowViews.get(i); in getViewLayouts() local
342 MenuRowView view = mMenuRowViews.get(position); in getViewLayouts() local
680 MenuRowView view = mMenuRowViews.get(i); in setSelectedPositionSmooth() local
797 MenuRowView view = mMenuRowViews.get(i); in onMenuRowUpdated() local
814 MenuRowView view = mMenuRowViews.get(i); in onMenuRowUpdated() local
850 MenuRowView view = mMenuRowViews.get(position); in onMenuRowUpdated() local
866 MenuRowView view = mMenuRowViews.get(position); in onMenuRowUpdated() local
870 MenuRowView view = mMenuRowViews.get(entry.getKey()); in onMenuRowUpdated() local
915 View view, float from, float to, TimeInterpolator interpolator) { in createAlphaAnimator()
931 private ObjectAnimator createScaleXAnimator(View view, float from, float to) { in createScaleXAnimator()
[all …]

12345678910>>...96