Home
last modified time | relevance | path

Searched refs:shown (Results 1 – 25 of 31) sorted by relevance

12

/packages/apps/PermissionController/src/com/android/permissioncontroller/role/utils/
DUiUtils.java100 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/
DMultiSelectGridFragment.java207 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/
DUtils.java32 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/apps/Settings/src/com/android/settings/widget/
DLoadingViewController.java78 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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DLoadingViewController.java78 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/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DPermissionsFrameFragment.java187 private void setViewShown(final View view, boolean shown, boolean animate) { in setViewShown() argument
190 shown ? android.R.anim.fade_in : android.R.anim.fade_out); in setViewShown()
191 if (shown) { in setViewShown()
212 view.setVisibility(shown ? View.VISIBLE : View.INVISIBLE); in setViewShown()
/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/ui/television/
DPermissionsFrameFragment.java105 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/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto158 // Spam notifications shown despite throttling
163 // Spam notifications not shown due to throttling
166 // Non spam notifications shown despite throttling
171 // Non spam notifications not shown due to throttling
175 // prompt is shown.
251 // The ToS is shown the user
261 // was shown
265 // randomized. A dialog to instruct the user to set the PIN has been shown
273 // The user is being shown the Android framework UI to request a permission.
733 // Spam blocking call log promo shown for user.
[all …]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DPhotoDreamSettingsReceiver.java46 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/
DComposeMessageView.java223 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate()
225 hideAttachmentsWhenShowingSims(shown); in onFinishInflate()
234 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate()
236 hideAttachmentsWhenShowingSims(shown); in onFinishInflate()
275 boolean shown = mInputManager.toggleSimSelector(true /* animate */, in onFinishInflate()
277 hideAttachmentsWhenShowingSims(shown); in onFinishInflate()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppQrCodeBaseFragment.java100 protected void setProgressBarShown(boolean shown) { in setProgressBarShown() argument
101 mGlifLayout.setProgressBarShown(shown); in setProgressBarShown()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DEventLogTags.logtags32 # 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/
DOldMainActivityPeer.java1599 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/
DToolbar.java421 public void setBackgroundShown(boolean shown) { in setBackgroundShown() argument
422 mController.setBackgroundShown(shown); in setBackgroundShown()
DToolbarController.java159 void setBackgroundShown(boolean shown); in setBackgroundShown() argument
DToolbarControllerImpl.java419 public void setBackgroundShown(boolean shown) { in setBackgroundShown() argument
420 if (shown) { in setBackgroundShown()
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dinternals.md11 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:
DDoxyfile.in143 # 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 …]
Dencoding.md80 As shown in the declaration, each encoding has a `CharType` template parameter. Actually, it may be…
/packages/modules/DnsResolver/
DREADME.md4 The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If
/packages/apps/Launcher3/protos/
Dlauncher_atom.proto86 // Typically shown as popup window by longpressing on an icon.
91 // Typically shown up as popup window by longpressing on empty space on workspace.
/packages/services/Car/car-lib/src/android/car/navigation/
Dnavigation_state.proto355 // shown.
437 // In case of failure to render, `text` should be shown instead. If
438 // rendering fails and text is empty, then no elements should be shown and
439 // instead the `alternate_text` should be shown.
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile110 # 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/
Ddbreg_API_doxyfile110 # 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/
Dreadme.md53 RapidJSON is cross-platform. Some platform/compiler combinations which have been tested are shown a…

12