OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:changeVisibility
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera2/src/com/android/camera/widget/
IndicatorIconController.java
157
private static void
changeVisibility
(View view, int visibility) {
192
changeVisibility
(mFlashIndicator, View.GONE);
214
changeVisibility
(mHdrIndicator, View.GONE);
233
changeVisibility
(mPanoIndicator, View.GONE);
248
changeVisibility
(mExposureIndicatorN2, View.GONE);
249
changeVisibility
(mExposureIndicatorN1, View.GONE);
250
changeVisibility
(mExposureIndicatorP1, View.GONE);
251
changeVisibility
(mExposureIndicatorP2, View.GONE);
264
changeVisibility
(mExposureIndicatorN2, View.VISIBLE);
267
changeVisibility
(mExposureIndicatorN1, View.VISIBLE)
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerController.java
106
* @param
changeVisibility
true if we need to make the pager appear
111
boolean
changeVisibility
, AnimatorListenerAdapter pagerAnimationListener) {
131
if (
changeVisibility
) {
178
* @param
changeVisibility
true if we need to make the pager disappear
180
public void hide(boolean
changeVisibility
) {
190
if (
changeVisibility
) {
Completed in 798 milliseconds