/packages/apps/PermissionController/src/com/android/packageinstaller/role/utils/ |
D | UiUtils.java | 100 public static void setViewShown(@NonNull View view, boolean shown) { in setViewShown() argument 101 if (shown && view.getVisibility() == View.VISIBLE && view.getAlpha() == 1) { in setViewShown() 107 } else if (!shown && (view.getVisibility() != View.VISIBLE || view.getAlpha() == 0)) { in setViewShown() 115 if (shown && view.getVisibility() != View.VISIBLE) { in setViewShown() 120 Interpolator interpolator = AnimationUtils.loadInterpolator(view.getContext(), shown in setViewShown() 124 .alpha(shown ? 1 : 0) in setViewShown() 128 .setListener(shown ? null : new AnimatorListenerAdapter() { in setViewShown()
|
/packages/apps/Gallery2/src/com/android/photos/ |
D | MultiSelectGridFragment.java | 207 public void setGridShown(boolean shown) { in setGridShown() argument 208 setGridShown(shown, true); in setGridShown() 215 public void setGridShownNoAnimation(boolean shown) { in setGridShownNoAnimation() argument 216 setGridShown(shown, false); in setGridShownNoAnimation() 229 private void setGridShown(boolean shown, boolean animate) { in setGridShown() argument 234 if (mGridShown == shown) { in setGridShown() 237 mGridShown = shown; in setGridShown() 238 if (shown) { in setGridShown()
|
/packages/apps/StorageManager/src/com/android/storagemanager/utils/ |
D | Utils.java | 32 private static void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument 37 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown() 38 if (shown) { in setViewShown() 58 view.setVisibility(shown ? View.VISIBLE : View.GONE); in setViewShown()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | LoadingViewController.java | 78 private static void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument 81 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown() 82 if (shown) { in setViewShown() 103 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE); in setViewShown()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | LoadingViewController.java | 78 private static void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument 81 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown() 82 if (shown) { in setViewShown() 103 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE); in setViewShown()
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | dialer_impression.proto | 157 // Spam notifications shown despite throttling 162 // Spam notifications not shown due to throttling 165 // Non spam notifications shown despite throttling 170 // Non spam notifications not shown due to throttling 174 // prompt is shown. 250 // The ToS is shown the user 260 // was shown 264 // randomized. A dialog to instruct the user to set the PIN has been shown 272 // The user is being shown the Android framework UI to request a permission. 732 // Spam blocking call log promo shown for user. [all …]
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/television/ |
D | PermissionsFrameFragment.java | 105 private void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument 108 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown() 109 if (shown) { in setViewShown() 130 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE); in setViewShown()
|
/packages/apps/PermissionController/src/com/android/packageinstaller/permission/ui/handheld/ |
D | PermissionsFrameFragment.java | 186 private void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument 189 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown() 190 if (shown) { in setViewShown() 211 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE); in setViewShown()
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
D | PhotoDreamSettingsReceiver.java | 46 boolean shown = ACTION_ADD_ALBUM.equals(intent.getAction()); in onReceive() 63 if (DEBUG) Log.d(TAG, "receive: " + albumId + " is " + shown); in onReceive() 65 settings[idx].setAlbumEnabled(albumId, shown); in onReceive()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ComposeMessageView.java | 224 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate() 226 hideAttachmentsWhenShowingSims(shown); in onFinishInflate() 235 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate() 237 hideAttachmentsWhenShowingSims(shown); in onFinishInflate() 276 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate() 278 hideAttachmentsWhenShowingSims(shown); in onFinishInflate()
|
/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/ |
D | AccessibilityShortcutPreferenceFragmentTest.java | 94 private void setDialogShown(boolean shown) { in setDialogShown() argument 96 Settings.Secure.ACCESSIBILITY_SHORTCUT_DIALOG_SHOWN, shown ? 1 : 0); in setDialogShown()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | EventLogTags.logtags | 32 # the list of suggestions shown. 55 # @param suggestions The suggestions shown when the user left QSB. See qsb_click above.
|
/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
D | OldMainActivityPeer.java | 1599 boolean shown = false; in showIfEqualElseHide() 1602 shown = true; in showIfEqualElseHide() 1610 return shown; in showIfEqualElseHide() 1622 boolean shown = false; in showIfEqualElseHideSupport() 1625 shown = true; in showIfEqualElseHideSupport() 1629 return shown; in showIfEqualElseHideSupport()
|
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/toolbar/ |
D | Toolbar.java | 376 public void setBackgroundShown(boolean shown) { in setBackgroundShown() argument 377 mController.setBackgroundShown(shown); in setBackgroundShown()
|
D | ToolbarController.java | 141 void setBackgroundShown(boolean shown); in setBackgroundShown() argument
|
D | ToolbarControllerImpl.java | 356 public void setBackgroundShown(boolean shown) { in setBackgroundShown() argument 357 if (shown) { in setBackgroundShown()
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | internals.md | 11 The basic relationships of SAX and DOM is shown in the following UML diagram. 21 …onal concepts: `Allocator`, `Encoding` and `Stream`. Their inheritance hierarchy is shown as below. 109 The 32-bit `flags_` contains both JSON type and other additional information. As shown in the above… 346 The state diagram is shown as follows:
|
D | Doxyfile.in | 143 # operators of the base classes will not be shown. 366 # are shown inside the group in which they are included (e.g. using \ingroup) 377 # with only public data fields or simple typedef fields will be shown inline in 380 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 1183 # documentation will contain sections that can be hidden and shown after the 1191 # shown in the various tree structured indices initially; the user can expand 1430 # to set the initial width (in pixels) of the frame in which the tree is shown. 1728 # Note that which sources are shown also depends on other settings such as 2184 # If the UML_LOOK tag is enabled, the fields and methods are shown inside the 2190 # but if the number exceeds 15, the total amount of fields shown is limited to [all …]
|
D | encoding.md | 80 As shown in the declaration, each encoding has a `CharType` template parameter. Actually, it may be…
|
D | pointer.md | 102 The conventions are shown here for comparison:
|
/packages/modules/DnsResolver/ |
D | README.md | 4 The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If
|
/packages/services/Car/car-lib/src/android/car/navigation/ |
D | navigation_state.proto | 264 // shown. 346 // In case of failure to render, `text` should be shown instead. If 347 // rendering fails and text is empty, then no elements should be shown and 348 // instead the `alternate_text` should be shown.
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 110 # operators of the base classes will not be shown. 848 # documentation will contain sections that can be hidden and shown after the 1002 # is shown. 1101 # Note that which sources are shown also depends on other settings 1513 # nodes that will be shown in the graph. If the number of nodes in a graph 1517 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note 1524 # from the root by following a path via at most 3 edges will be shown. Nodes
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 110 # operators of the base classes will not be shown. 848 # documentation will contain sections that can be hidden and shown after the 1002 # is shown. 1101 # Note that which sources are shown also depends on other settings 1513 # nodes that will be shown in the graph. If the number of nodes in a graph 1517 # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note 1524 # from the root by following a path via at most 3 edges will be shown. Nodes
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
D | readme.md | 53 RapidJSON is cross-platform. Some platform/compiler combinations which have been tested are shown a…
|