OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mDialogRootLayout
(Results
1 - 2
of
2
) sorted by null
/packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java
39
private View
mDialogRootLayout
;
57
if (
mDialogRootLayout
== null) {
61
mDialogRootLayout
= v.findViewById(R.id.rotate_dialog_root_layout);
96
mDialogRootLayout
.startAnimation(mFadeOutAnim);
97
mDialogRootLayout
.setVisibility(View.GONE);
101
mDialogRootLayout
.startAnimation(mFadeInAnim);
102
mDialogRootLayout
.setVisibility(View.VISIBLE);
106
if (
mDialogRootLayout
!= null &&
mDialogRootLayout
.getVisibility() != View.GONE) {
/packages/apps/Camera/src/com/android/camera/
RotateDialogController.java
40
private View
mDialogRootLayout
;
58
if (
mDialogRootLayout
== null) {
62
mDialogRootLayout
= v.findViewById(R.id.rotate_dialog_root_layout);
97
mDialogRootLayout
.startAnimation(mFadeOutAnim);
98
mDialogRootLayout
.setVisibility(View.GONE);
102
mDialogRootLayout
.startAnimation(mFadeInAnim);
103
mDialogRootLayout
.setVisibility(View.VISIBLE);
107
if (
mDialogRootLayout
!= null &&
mDialogRootLayout
.getVisibility() != View.GONE) {
163
if (
mDialogRootLayout
!= null)
[
all
...]
Completed in 29 milliseconds