/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/customize/ |
H A D | TileQueryHelperTest.java | 401 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 D | QSTile.java | 65 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 D | MediaCarouselScrollHandler.kt | 442 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 D | AccessibilityRequestPreparer.java | 67 public AccessibilityRequestPreparer(View view, @RequestTypes int requestTypes) { in AccessibilityRequestPreparer()
|
/aosp14/frameworks/base/core/java/android/preference/ |
H A D | SeekBarDialogPreference.java | 74 protected void onBindDialogView(View view) { in onBindDialogView()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/ |
H A D | ListOfItemsShorterThanScreenTest.java | 101 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 D | BiometricTestExtensions.kt | 48 val view = LayoutInflater.from(context).inflate(this, null, false) as T regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | PowerNotificationControlsFragment.java | 48 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | RowInflaterTask.java | 70 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 D | NotificationCustomViewWrapper.java | 36 protected NotificationCustomViewWrapper(Context ctx, View view, ExpandableNotificationRow row) { in NotificationCustomViewWrapper()
|
/aosp14/frameworks/base/core/java/com/android/internal/inputmethod/ |
H A D | InputMethodDebug.java | 305 public static String dumpViewInfo(@Nullable View view) { in dumpViewInfo()
|
/aosp14/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/ |
H A D | AppPreference.java | 68 public void onBindViewHolder(PreferenceViewHolder view) { in onBindViewHolder()
|
/aosp14/frameworks/base/startop/apps/ColorChanging/app/src/main/java/com/android/startop/colorchanging/ |
H A D | MainActivity.java | 26 View view; field in MainActivity
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarRemoteInputCallback.java | 252 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 D | PasswordTransformationMethod.java | 39 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 D | Dialog.kt | 129 val view = decorView.getChildAt(1) regex
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | RenderNodeAnimator.java | 62 public void setTarget(@NonNull View view) { in setTarget()
|
/aosp14/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
H A D | BiDiTestBasic.java | 45 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentprotection/ |
H A D | ContentProtectionUtilsTest.java | 106 View view = new View(ApplicationProvider.getApplicationContext()); in createViewNodeWithText() local
|
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | PathsActivity.java | 36 final PathsView view = new PathsView(this); in onCreate() local
|
H A D | ScaledTextActivity.java | 35 final ScaledTextView view = new ScaledTextView(this); in onCreate() local
|
H A D | LinesActivity.java | 39 final LinesView view = new LinesView(this); in onCreate() local
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PrintErrorFragment.java | 62 public void onViewCreated(View view, Bundle savedInstanceState) { in onViewCreated()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | RecyclerView.java | 1241 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 D | ListViewCaptureHelperTest.java | 86 TextView view = (convertView != null) in getView() local
|