/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 113 private void initCancelAllButton(View view) { in initCancelAllButton() 123 private void initCarCategoriesButton(View view) { in initCarCategoriesButton() 166 private void initImportanceHighBotton(View view) { in initImportanceHighBotton() 196 private void initImportanceDefaultButton(View view) { in initImportanceDefaultButton() 207 private void initImportanceLowButton(View view) { in initImportanceLowButton() 219 private void initImportanceMinButton(View view) { in initImportanceMinButton() 231 private void initOngoingButton(View view) { in initOngoingButton() 245 private void initMessagingStyleButtonForDiffPerson(View view) { in initMessagingStyleButtonForDiffPerson() 314 private void initMessagingStyleButtonForSamePerson(View view) { in initMessagingStyleButtonForSamePerson() [all …]
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/insets/ |
D | WindowInsetsFragment.java | 46 public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) { in onViewCreated() 55 private void initStatusBarInsetsButtons(View view) { in initStatusBarInsetsButtons() 62 private void initNavigationBarInsetsButtons(View view) { in initNavigationBarInsetsButtons() 69 private void initSystemBarInsetsButtons(View view) { in initSystemBarInsetsButtons() 76 private void initSystemBarBehaviorButtons(View view) { in initSystemBarBehaviorButtons()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/utils/ |
D | ViewUtils.java | 113 public static FocusArea getAncestorFocusArea(@NonNull View view) { in getAncestorFocusArea() 129 public static ViewGroup getAncestorScrollableContainer(@Nullable View view) { in getAncestorScrollableContainer() 151 public static boolean requestFocus(@Nullable View view) { in requestFocus() 261 static int getFocusLevel(@Nullable View view) { in getFocusLevel() 281 private static boolean isDefaultFocus(@NonNull View view) { in isDefaultFocus() 291 static boolean isImplicitDefaultFocusView(@NonNull View view) { in isImplicitDefaultFocusView() 309 private static boolean isRotaryContainer(@NonNull View view) { in isRotaryContainer() 316 private static boolean isScrollableContainer(@NonNull View view) { in isScrollableContainer() 322 private static boolean isFocusDelegatingContainer(@NonNull View view) { in isFocusDelegatingContainer() 394 private static View findDefaultFocusView(@NonNull View view) { in findDefaultFocusView() [all …]
|
/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/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/Notification/src/com/android/car/notification/headsup/animationhelper/ |
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 | 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 | 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/Settings/tests/robotests/src/com/android/settings/panel/ |
D | PanelSlicesAdapterTest.java | 122 final ViewGroup view = new FrameLayout(mContext); in sizeOfAdapter_shouldNotExceedMaxNum() local 137 final ViewGroup view = new FrameLayout(mContext); in mediaOutputIndicatorSlice_shouldNotAllowDividerAbove() local 154 final ViewGroup view = new FrameLayout(mContext); in sliderLargeIconPanel_shouldNotAllowDividerBelow() local 170 final ViewGroup view = new FrameLayout(mContext); in sliderPanelType_shouldAllowDividerBelow() local 186 final ViewGroup view = new FrameLayout(mContext); in defaultPanelType_shouldAllowDividerBelow() local 200 final ViewGroup view = new FrameLayout(mContext); in outputSwitcherSlice_shouldAddFirstItemPadding() local 218 final ViewGroup view = new FrameLayout(mContext); in outputSwitcherGroupSlice_shouldAddFirstItemPadding() local 236 final ViewGroup view = new FrameLayout(mContext); in mediaOutputIndicatorSlice_notSliderPanel_noSliderLayout() local 249 final ViewGroup view = new FrameLayout(mContext); in onCreateViewHolder_viewTypeSlider_verifyLayout() local 261 final ViewGroup view = new FrameLayout(mContext); in onCreateViewHolder_viewTypeSliderLargeIcon_verifyLayout() local [all …]
|
/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/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/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/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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/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/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/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/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/Launcher3/src/com/android/launcher3/touch/ |
D | PortraitPagedViewHandler.java | 68 public void getCurveProperties(PagedView view, Rect insets, CurveProperties out) { in getCurveProperties() 122 public int getMeasuredSize(View view) { in getMeasuredSize() 132 public int getClearAllScrollOffset(View view, boolean isRtl) { in getClearAllScrollOffset() 137 public int getSecondaryDimension(View view) { in getSecondaryDimension() 152 public void setPrimaryAndResetSecondaryTranslate(View view, float translation) { in setPrimaryAndResetSecondaryTranslate() 158 public int getPrimaryScroll(View view) { in getPrimaryScroll() 163 public float getPrimaryScale(View view) { in getPrimaryScale() 188 public int getChildStart(View view) { in getChildStart() 193 public float getChildStartWithTranslation(View view) { in getChildStartWithTranslation() 198 public int getCenterForPage(View view, Rect insets) { in getCenterForPage() [all …]
|
/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/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()
|