Home
last modified time | relevance | path

Searched defs:view (Results 376 – 400 of 833) sorted by relevance

1...<<11121314151617181920>>...34

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/
H A DTileQueryHelperTest.java401 public void click(@Nullable View view) {} in click()
404 public void secondaryClick(@Nullable View view) {} in secondaryClick()
407 public void longClick(@Nullable View view) {} in longClick()
/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java65 void click(@Nullable View view); in click()
72 void secondaryClick(@Nullable View view); in secondaryClick()
79 void longClick(@Nullable View view); in longClick()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaCarouselScrollHandler.kt442 val view = mediaContent.getChildAt(destIndex) regex
522 val view = mediaContent.getChildAt(i) regex
575 val view = mediaContent.getChildAt(destIndex) regex
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityRequestPreparer.java67 public AccessibilityRequestPreparer(View view, @RequestTypes int requestTypes) { in AccessibilityRequestPreparer()
/aosp14/frameworks/base/core/java/android/preference/
H A DSeekBarDialogPreference.java74 protected void onBindDialogView(View view) { in onBindDialogView()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
H A DListOfItemsShorterThanScreenTest.java101 final TextView view = (TextView) mListView.getChildAt(mListView.getChildCount() - 1); in testMoveDownToItemRequiringScrolling() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DBiometricTestExtensions.kt48 val view = LayoutInflater.from(context).inflate(this, null, false) as T regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPowerNotificationControlsFragment.java48 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DRowInflaterTask.java70 public void onInflateFinished(View view, int resid, ViewGroup parent) { in onInflateFinished()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationCustomViewWrapper.java36 protected NotificationCustomViewWrapper(Context ctx, View view, ExpandableNotificationRow row) { in NotificationCustomViewWrapper()
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/
H A DInputMethodDebug.java305 public static String dumpViewInfo(@Nullable View view) { in dumpViewInfo()
/aosp14/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
H A DAppPreference.java68 public void onBindViewHolder(PreferenceViewHolder view) { in onBindViewHolder()
/aosp14/frameworks/base/startop/apps/ColorChanging/app/src/main/java/com/android/startop/colorchanging/
H A DMainActivity.java26 View view; field in MainActivity
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarRemoteInputCallback.java252 public boolean shouldHandleRemoteInput(View view, PendingIntent pendingIntent) { in shouldHandleRemoteInput()
258 public boolean handleRemoteViewClick(View view, PendingIntent pendingIntent, in handleRemoteViewClick()
/aosp14/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java39 public CharSequence getTransformation(CharSequence source, View view) { in getTransformation()
121 public void onFocusChanged(View view, CharSequence sourceText, in onFocusChanged()
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
H A DDialog.kt129 val view = decorView.getChildAt(1) regex
/aosp14/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java62 public void setTarget(@NonNull View view) { in setTarget()
/aosp14/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestBasic.java45 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentprotection/
H A DContentProtectionUtilsTest.java106 View view = new View(ApplicationProvider.getApplicationContext()); in createViewNodeWithText() local
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPathsActivity.java36 final PathsView view = new PathsView(this); in onCreate() local
H A DScaledTextActivity.java35 final ScaledTextView view = new ScaledTextView(this); in onCreate() local
H A DLinesActivity.java39 final LinesView view = new LinesView(this); in onCreate() local
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintErrorFragment.java62 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java1241 final View view = viewHolder.itemView; in addAnimatingView() local
1260 boolean removeAnimatingView(View view) { in removeAnimatingView()
5736 public void recycleView(View view) { in recycleView()
5756 void recycleViewInternal(View view) { in recycleViewInternal()
5906 void quickRecycleScrapView(View view) { in quickRecycleScrapView()
5923 void scrapView(View view) { in scrapView()
7741 public void endAnimation(View view) { in endAnimation()
7915 public int getPosition(View view) { in getPosition()
7925 public int getItemViewType(View view) { in getItemViewType()
8098 View view = getChildAt(fromIndex); in moveView() local
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DListViewCaptureHelperTest.java86 TextView view = (convertView != null) in getView() local

1...<<11121314151617181920>>...34