/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/ |
D | NotificationFragment.java | 81 View view = inflater.inflate(R.layout.notification_fragment, container, false); in onCreateView() local 114 private void initCancelAllButton(View view) { in initCancelAllButton() 124 private void initCarCategoriesButton(View view) { in initCarCategoriesButton() 167 private void initImportanceHighBotton(View view) { in initImportanceHighBotton() 198 private void initImportanceDefaultButton(View view) { in initImportanceDefaultButton() 209 private void initImportanceLowButton(View view) { in initImportanceLowButton() 221 private void initImportanceMinButton(View view) { in initImportanceMinButton() 233 private void initOngoingButton(View view) { in initOngoingButton() 247 private void initMessagingStyleButtonForDiffPerson(View view) { in initMessagingStyleButtonForDiffPerson() 316 private void initMessagingStyleButtonForSamePerson(View view) { in initMessagingStyleButtonForSamePerson() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/systembars/ |
D | SystemBarsFragment.java | 54 public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) { in onViewCreated() 64 private void initStatusBarInsetsButtons(View view) { in initStatusBarInsetsButtons() 71 private void initNavigationBarInsetsButtons(View view) { in initNavigationBarInsetsButtons() 78 private void initSystemBarInsetsButtons(View view) { in initSystemBarInsetsButtons() 85 private void initSystemBarBehaviorButtons(View view) { in initSystemBarBehaviorButtons() 97 private void initSystemBarColorButtons(View view) { in initSystemBarColorButtons()
|
/packages/apps/Contacts/tests/src/com/android/contacts/list/ |
D | ContactListItemViewTest.java | 56 ContactListItemView view = createView(); in testShowDisplayName_Simple() local 65 ContactListItemView view = createView(); in testShowDisplayName_Unknown() local 75 ContactListItemView view = createView(); in testShowDisplayName_WithPrefix() local 90 ContactListItemView view = createView(); in testShowDisplayName_WithPrefixReversed() local 101 ContactListItemView view = createView(); in testSetSnippet_Prefix() local 113 ContactListItemView view = new ContactListItemView(getContext()); in createView() local
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/ |
D | GalleryGridItemViewTest.java | 49 protected void verifyClickedItem(final View view, final GalleryGridItemData data) { in verifyClickedItem() 54 final GalleryGridItemView view, in verifyContent() 77 final GalleryGridItemView view = getView(); in testBind() local 90 final GalleryGridItemView view = getView(); in testBindMultiSelectUnSelected() local 103 final GalleryGridItemView view = getView(); in testBindMultiSelectSelected() local 116 final GalleryGridItemView view = getView(); in testClick() local 128 final GalleryGridItemView view = getView(); in testBindTwice() local
|
/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/util/ |
D | ViewUtils.java | 49 void onAnimationEnd(View view); in onAnimationEnd() 53 public static void showHideViewAnimated(boolean show, @NonNull View view, int duration, in showHideViewAnimated() 68 public static void hideViewAnimated(@NonNull View view, int duration, in hideViewAnimated() 96 public static void hideViewAnimated(@NonNull View view, int duration) { in hideViewAnimated() 101 public static Animator.AnimatorListener hideViewAfterAnimation(View view) { in hideViewAfterAnimation()
|
/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/ |
D | ViewUtils.java | 159 public static FocusArea getAncestorFocusArea(@NonNull View view) { in getAncestorFocusArea() 175 public static ViewGroup getAncestorScrollableContainer(@Nullable View view) { in getAncestorScrollableContainer() 197 public static boolean requestFocus(@Nullable View view) { in requestFocus() 391 static int getFocusLevel(@Nullable View view) { in getFocusLevel() 411 private static boolean isDefaultFocus(@NonNull View view) { in isDefaultFocus() 421 static boolean isImplicitDefaultFocusView(@NonNull View view) { in isImplicitDefaultFocusView() 439 private static boolean isRotaryContainer(@NonNull View view) { in isRotaryContainer() 446 private static boolean isScrollableContainer(@NonNull View view) { in isScrollableContainer() 452 private static boolean isFocusDelegatingContainer(@NonNull View view) { in isFocusDelegatingContainer() 524 private static View findDefaultFocusView(@NonNull View view) { in findDefaultFocusView() [all …]
|
/packages/apps/Car/Notification/src/com/android/car/notification/headsup/animationhelper/ |
D | CarHeadsUpNotificationTopAnimationHelper.java | 32 public AnimatorSet getAnimateInAnimator(Context context, View view) { in getAnimateInAnimator() 41 public AnimatorSet getAnimateOutAnimator(Context context, View view) { in getAnimateOutAnimator() 47 public void resetHUNPosition(View view) { in resetHUNPosition() 52 private float getHUNInitialPosition(View view) { in getHUNInitialPosition()
|
D | CarHeadsUpNotificationBottomAnimationHelper.java | 34 public AnimatorSet getAnimateInAnimator(Context context, View view) { in getAnimateInAnimator() 43 public AnimatorSet getAnimateOutAnimator(Context context, View view) { in getAnimateOutAnimator() 49 public void resetHUNPosition(View view) { in resetHUNPosition() 54 private float getHUNInitialPosition(View view) { in getHUNInitialPosition()
|
D | HeadsUpNotificationAnimationHelper.java | 27 AnimatorSet getAnimateInAnimator(Context context, View view); in getAnimateInAnimator() 30 AnimatorSet getAnimateOutAnimator(Context context, View view); in getAnimateOutAnimator() 33 void resetHUNPosition(View view); in resetHUNPosition()
|
D | CarHeadsUpNotificationRightAnimationHelper.java | 33 public AnimatorSet getAnimateInAnimator(Context context, View view) { in getAnimateInAnimator() 57 public AnimatorSet getAnimateOutAnimator(Context context, View view) { in getAnimateOutAnimator() 79 public void resetHUNPosition(View view) { in resetHUNPosition() 84 private float getHUNInitialPosition(View view) { in getHUNInitialPosition()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/ |
D | ContactListItemViewTest.java | 49 final ContactListItemView view) { in verifyAddedContactForData() 54 final ContactListItemView view, in verifyContent() 78 final ContactListItemView view = getView(); in testBindFirstLevel() local 89 final ContactListItemView view = getView(); in testBindSecondLevel() local 100 final ContactListItemView view = getView(); in testClickAddedContact() local 110 final ContactListItemView view = getView(); in testBindTwice() local
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversation/ |
D | ConversationMessageViewTest.java | 47 final ConversationMessageView view = super.getView(); in getView() local 52 protected void verifyContent(final ConversationMessageView view, final String messageText, in verifyContent() 70 final ConversationMessageView view = getView(); in testBind() local 81 final ConversationMessageView view = getView(); in testBindTwice() local 94 final ConversationMessageView view = getView(); in testBindLast() local
|
/packages/apps/Dialer/java/com/android/dialer/util/ |
D | ViewUtil.java | 42 void run(@NonNull View view); in run() 50 public static int getConstantPreLayoutWidth(View view) { in getConstantPreLayoutWidth() 66 public static boolean isViewLayoutRtl(View view) { in isViewLayoutRtl() 89 public static void doOnPreDraw( in doOnPreDraw() 103 public static void doOnPreDraw( in doOnPreDraw() 117 public static void doOnGlobalLayout(@NonNull final View view, final ViewRunnable runnable) { in doOnGlobalLayout()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | ViewUtil.java | 40 public static int getConstantPreLayoutWidth(View view) { in getConstantPreLayoutWidth() 56 public static boolean isViewLayoutRtl(View view) { in isViewLayoutRtl() 94 public static void addRectangularOutlineProvider(View view, Resources res) { in addRectangularOutlineProvider() 105 public static void setupFloatingActionButton(View view, Resources res) { in setupFloatingActionButton()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/panel/ |
D | PanelSlicesAdapterTest.java | 119 final ViewGroup view = new FrameLayout(mContext); in sizeOfAdapter_shouldNotExceedMaxNum() local 134 final ViewGroup view = new FrameLayout(mContext); in mediaOutputIndicatorSlice_shouldNotAllowDividerAbove() local 151 final ViewGroup view = new FrameLayout(mContext); in sliderPanelType_shouldAllowDividerBelow() local 167 final ViewGroup view = new FrameLayout(mContext); in defaultPanelType_shouldAllowDividerBelow() local 181 final ViewGroup view = new FrameLayout(mContext); in mediaOutputIndicatorSlice_notSliderPanel_noSliderLayout() local 194 final ViewGroup view = new FrameLayout(mContext); in onCreateViewHolder_viewTypeSlider_verifyLayout() local 207 final ViewGroup view = new FrameLayout(mContext); in onCreateViewHolder_viewTypeDefault_verifyLayout() local
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | ContentChangedFilter.java | 33 private View view; field in ContentChangedFilter 35 private ContentChangedFilter(View view) { in ContentChangedFilter() 41 public static void addToParent(View view) { in addToParent()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | ActionDisabledByAdminDialogHelperTest.java | 86 final ViewGroup view = new FrameLayout(mActivity); in testSetAdminSupportTitle() local 125 final ViewGroup view = new FrameLayout(mActivity); in testSetAdminSupportTitleForFinancedDevice() local 142 final ViewGroup view = new FrameLayout(mActivity); in testSetAdminSupportDetails() local 163 final ViewGroup view = new FrameLayout(mActivity); in testSetAdminSupportDetails_shortSupportMessageIsNull() local 185 final ViewGroup view = new FrameLayout(mActivity); in testSetAdminSupportDetailsNotAdmin() local 221 private static TextView createAdminSupportDialogTitleTextView(final ViewGroup view, in createAdminSupportDialogTitleTextView() 229 private static TextView createAdminSupportTextView(final ViewGroup view, in createAdminSupportTextView()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | CallLogAlertManager.java | 31 private final View view; field in CallLogAlertManager 60 public boolean contains(View view) { in contains() 71 public void add(View view) { in add() 86 private AlertViewHolder(View view) { in AlertViewHolder()
|
/packages/apps/Camera2/src/com/android/camera/data/ |
D | FilmstripItem.java | 77 public void recycle(@Nonnull View view); in recycle() 84 public View getView(Optional<View> view, in getView() 101 public void renderTiny(@Nonnull View view); in renderTiny() 108 public void renderThumbnail(@Nonnull View view); in renderThumbnail() 115 public void renderFullRes(@Nonnull View view); in renderFullRes()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ui/conversationlist/ |
D | ConversationListItemViewTest.java | 70 final ConversationListItemView view, final FakeCursor cursor, final int index) { in verifyContent() 89 final ConversationListItemView view, in verifyContent() 133 final ConversationListItemView view = getView(); in testBindUnread() local 142 final ConversationListItemView view = getView(); in testBindRead() local 152 final ConversationListItemView view = getView(); in testClickLaunchesConversation() local 162 final ConversationListItemView view = getView(); in testBindTwice() local
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
D | StorageWizardInit.java | 67 public void onNavigateBack(View view) { in onNavigateBack() 71 public void onNavigateExternal(View view) { in onNavigateExternal() 94 public void onNavigateInternal(View view) { in onNavigateInternal()
|
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/ |
D | ConditionContextualCardRenderer.java | 56 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()
|
/packages/apps/Dialer/java/com/android/dialer/common/ |
D | UiUtil.java | 28 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()
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | Views.java | 29 final View view = Mockito.mock(View.class); in createTestView() local 40 View view = createTestView(); in createTestView() local 48 View view = createTestView(); in createTestView() local
|
/packages/services/Telephony/testapps/SmsManagerTestApp/src/com/android/phone/testapps/smsmanagertestapp/ |
D | SmsManagerTestApp.java | 147 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()
|