Searched refs:mLayout (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
H A DFilmstripBottomPanel.java42 private final ViewGroup mLayout; field in class:FilmstripBottomPanel
59 mLayout = bottomControlsLayout;
60 mMiddleFiller = mLayout.findViewById(R.id.filmstrip_bottom_control_middle_filler);
61 mControlLayout = mLayout.findViewById(R.id.bottom_control_panel);
92 mLayout.setVisibility(View.VISIBLE);
94 mLayout.setVisibility(View.INVISIBLE);
190 mEditButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_edit);
206 mViewButton = (ExternalViewerButton) mLayout.findViewById(
219 mDeleteButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_delete);
231 mShareButton = (ImageButton) mLayout
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DMultiLineTexture.java31 private final Layout mLayout; field in class:MultiLineTexture
35 mLayout = layout;
50 mLayout.draw(canvas);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DMockKeyboardSwitcher.java51 private int mLayout = MockConstants.ALPHABET_UNSHIFTED; field in class:MockKeyboardSwitcher
63 return mLayout;
90 mLayout = MockConstants.ALPHABET_UNSHIFTED;
95 mLayout = MockConstants.ALPHABET_MANUAL_SHIFTED;
100 mLayout = MockConstants.ALPHABET_AUTOMATIC_SHIFTED;
105 mLayout = MockConstants.ALPHABET_SHIFT_LOCKED;
110 mLayout = MockConstants.ALPHABET_SHIFT_LOCK_SHIFTED;
115 mLayout = MockConstants.SYMBOLS_UNSHIFTED;
120 mLayout = MockConstants.SYMBOLS_SHIFTED;
/packages/apps/Settings/src/com/android/settings/notification/
H A DZenModeScheduleDaysSelection.java48 private final LinearLayout mLayout; field in class:ZenModeScheduleDaysSelection
52 mLayout = new LinearLayout(mContext);
55 mLayout.setPadding(hPad, 0, hPad, 0);
56 addView(mLayout);
62 mLayout.setOrientation(LinearLayout.VERTICAL);
79 mLayout.addView(checkBox);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSettingsForSetupWizard.java47 private SetupWizardListLayout mLayout; field in class:WifiSettingsForSetupWizard
56 mLayout = (SetupWizardListLayout)
58 final ListView list = mLayout.getListView();
74 final NavigationBar navigationBar = mLayout.getNavigationBar();
80 return mLayout;
179 if (mLayout != null) {
181 mLayout.showProgressBar();
183 mLayout.hideProgressBar();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSlotView.java72 private final Layout mLayout = new Layout(); field in class:SlotView
101 mRenderer.onSlotSizeChanged(mLayout.mSlotWidth, mLayout.mSlotHeight);
107 int slotCount = mLayout.mSlotCount;
111 Rect rect = mLayout.getSlotRect(index, mTempRect);
119 Rect rect = mLayout.getSlotRect(index, mTempRect);
139 position = Utils.clamp(position, 0, mLayout.getScrollLimit());
145 mLayout.setSlotSpec(spec);
161 (mLayout.getVisibleStart() + mLayout
[all...]
/packages/apps/FMRadio/src/com/android/fmradio/views/
H A DFmSnackBar.java50 private RelativeLayout mLayout = null; field in class:FmSnackBar
117 mLayout = (RelativeLayout) RelativeLayout.inflate(context, R.layout.snackbar, null);
128 mButton = (Button) mLayout.findViewById(R.id.snackbar_action);
139 mTextView = (TextView) mLayout.findViewById(R.id.snackbar_text);
150 manager.removeViewImmediate(mLayout);
152 manager.addView(mLayout, mWindowParams);
167 manager.removeViewImmediate(mLayout);
/packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
H A DVoicemailPlaybackTest.java61 private VoicemailPlaybackLayout mLayout; field in class:VoicemailPlaybackTest
85 mLayout = new VoicemailPlaybackLayout(mActivity);
86 mLayout.onFinishInflate();
98 mLayout = null;
150 View speakerphoneButton = mLayout.findViewById(R.id.playback_speakerphone);
194 mPresenter.setPlaybackView(mLayout, mVoicemailUri, false);
208 assertNotNull(mLayout);
209 List<TextView> views = mTestUtils.getTextViewsWithString(mLayout, text);
215 assertNotNull(mLayout);
216 List<TextView> views = mTestUtils.getTextViewsWithString(mLayout, tex
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DSetupChooseLockPassword.java89 private SetupWizardLayout mLayout; field in class:SetupChooseLockPassword.SetupChooseLockPasswordFragment
95 mLayout = (SetupWizardLayout) inflater.inflate(
97 mNavigationBar = mLayout.getNavigationBar();
99 return mLayout;
105 SystemBarHelper.setImeInsetView(mLayout.findViewById(R.id.suw_bottom_scroll_view));
107 mLayout.setHeaderText(getActivity().getTitle());
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneController.java64 private TwoPaneLayout mLayout; field in class:TwoPaneController
132 sb.append(" mLayout=");
133 sb.append(mLayout);
143 !mLayout.shouldShowPreviewPanel();
194 return !mLayout.isConversationListCollapsed();
209 mLayout = (TwoPaneLayout) mActivity.findViewById(R.id.two_pane_activity);
211 if (mLayout == null) {
213 LogUtils.wtf(LOG_TAG, "mLayout is null!");
216 mLayout.setController(this);
233 mViewMode.addListener(mLayout);
[all...]
H A DFolderSelectorAdapter.java92 private final int mLayout; field in class:FolderSelectorAdapter
98 mLayout = layout;
105 mLayout = layout;
314 view = mInflater.inflate(mLayout, parent, false);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DSettingsLayoutFragment.java179 private Layout mLayout; field in class:SettingsLayoutFragment
195 mLayout.setSelectedIndex(mListView.getSelectedPosition());
196 mLayout.reloadLayoutRows();
197 mAdapter.setLayoutRows(mLayout.getLayoutRows());
200 mListView.setSelectedPositionSmooth(mLayout.getSelectedIndex());
303 mLayout = layout;
304 mLayout.setRefreshViewListener(this);
312 mBreadcrumb = mLayout.getBreadcrumb();
316 mTitle = mLayout.getTitle();
320 mDescription = mLayout
[all...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
H A DLayoutTestsBase.java42 private LayoutBase mLayout; field in class:LayoutTestsBase
51 mLayout = getLayout();
52 mSubtype = getSubtype(mLayout.getLocale(), mLayout.getName());
135 final ExpectedKey[][] expectedKeyboard = mLayout.getLayout(isPhone(), elementId);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DAlbumDataAdapter.java44 private final int mLayout; field in class:AlbumDataAdapter
52 mLayout = resource;
85 item = mInflater.inflate(mLayout, parent, false);
H A DSectionedAlbumDataAdapter.java39 private final int mLayout; field in class:SectionedAlbumDataAdapter
45 mLayout = headerLayout;
182 item = mInflater.inflate(mLayout, parent, false);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DSelectCalendarsSimpleAdapter.java61 private int mLayout; field in class:SelectCalendarsSimpleAdapter
98 mLayout = layout;
227 view = mInflater.inflate(mLayout, parent, false);

Completed in 195 milliseconds