HomeSort by relevance Sort by last modified time
    Searched refs:mLayout (Results 26 - 50 of 115) sorted by null

12 3 4 5

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
ScreenPinningRequest.java 128 private ViewGroup mLayout;
150 mLayout.setAlpha(0f);
152 mLayout.setTranslationX(OFFSET_DP * density);
154 mLayout.setTranslationY(OFFSET_DP * density);
156 mLayout.animate()
194 mLayout = (ViewGroup) View.inflate(getContext(), isLandscape
198 mLayout.setClickable(true);
200 mLayout.setLayoutDirection(View.LAYOUT_DIRECTION_LTR);
202 View buttons = mLayout.findViewById(R.id.screen_pinning_buttons);
204 mLayout.findViewById(R.id.screen_pinning_text_area
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 51 private int mLayout = MockConstants.ALPHABET_UNSHIFTED;
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/
ZenModeScheduleDaysSelection.java 48 private final LinearLayout mLayout;
52 mLayout = new LinearLayout(mContext);
55 mLayout.setPadding(hPad, 0, hPad, 0);
56 addView(mLayout);
62 mLayout.setOrientation(LinearLayout.VERTICAL);
79 mLayout.addView(checkBox);
  /cts/tests/tests/view/src/android/view/cts/
FocusFinderTest.java 30 private ViewGroup mLayout;
44 mLayout = getActivity().layout;
79 View actualNextFocus = mFocusFinder.findNextFocus(mLayout, currentFocus, direction);
119 View actualNextFocus = mFocusFinder.findNextFocusFromRect(mLayout, rect, direction);
140 View view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_DOWN, deltas);
149 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_LEFT, deltas);
158 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_RIGHT, deltas);
167 view = mFocusFinder.findNearestTouchable(mLayout, x, y, View.FOCUS_UP, deltas);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettingsForSetupWizard.java 47 private SetupWizardListLayout mLayout;
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/
SlotView.java 72 private final Layout mLayout = new Layout();
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.getVisibleEnd()) / 2
    [all...]
  /developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 39 private LinearLayout mLayout;
54 mLayout = (LinearLayout) findViewById(R.id.display_layout);
71 mLayout.setBackgroundColor(color);
  /developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/
SamplePresentation.java 39 private LinearLayout mLayout;
54 mLayout = (LinearLayout) findViewById(R.id.display_layout);
71 mLayout.setBackgroundColor(color);
  /development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
SamplePresentation.java 39 private LinearLayout mLayout;
54 mLayout = (LinearLayout) findViewById(R.id.display_layout);
71 mLayout.setBackgroundColor(color);
  /frameworks/base/core/java/android/transition/
Scene.java 37 private View mLayout; // alternative to layoutId
119 mLayout = layout;
128 mLayout = layout;
170 if (mLayoutId > 0 || mLayout != null) {
177 mSceneRoot.addView(mLayout);
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmSnackBar.java 50 private RelativeLayout mLayout = null;
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);
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamFragment.java 41 private CardStreamLinearLayout mLayout = null;
61 mLayout = (CardStreamLinearLayout) view.findViewById(R.id.card_stream);
62 mLayout.setOnDismissListener(mCardDismissListener);
107 mLayout.removeView(card.getView());
139 mLayout.addCard(card.getView(), dismissible);
161 mLayout.removeView(card.getView());
216 mLayout.setFirstVisibleCard(tag);
249 mLayout.setFirstVisibleCard(firstShown);
252 mLayout.triggerShowInitialAnimation();
259 final String firstVisible = mLayout.getFirstVisibleCardTag()
    [all...]
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamFragment.java 41 private CardStreamLinearLayout mLayout = null;
61 mLayout = (CardStreamLinearLayout) view.findViewById(R.id.card_stream);
62 mLayout.setOnDismissListener(mCardDismissListener);
107 mLayout.removeView(card.getView());
139 mLayout.addCard(card.getView(), dismissible);
161 mLayout.removeView(card.getView());
216 mLayout.setFirstVisibleCard(tag);
249 mLayout.setFirstVisibleCard(firstShown);
252 mLayout.triggerShowInitialAnimation();
259 final String firstVisible = mLayout.getFirstVisibleCardTag()
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/
SimpleCursorAdapterTest.java 41 int mLayout;
57 mLayout = com.android.internal.R.layout.simple_list_item_2;
90 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo);
101 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, mFrom, mTo);
112 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo);
131 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, mCursor2x2, mFrom, mTo);
150 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, mCursor2x2,
176 SimpleCursorAdapter ca = new SimpleCursorAdapter(mContext, mLayout, null, null, null);
186 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, null, null, null);
209 TestSimpleCursorAdapter ca = new TestSimpleCursorAdapter(mContext, mLayout, mCursor2x2,
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
VoicemailPlaybackTest.java 61 private VoicemailPlaybackLayout mLayout;
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, text)
    [all...]
  /frameworks/base/core/java/android/view/
SurfaceView.java 100 final WindowManager.LayoutParams mLayout
222 mLayout.token = getWindowToken();
223 mLayout.setTitle("SurfaceView");
281 mLayout.token = null;
390 mLayout.flags |= WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM;
393 mLayout.flags &= ~WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM;
411 mLayout.flags |= WindowManager.LayoutParams.FLAG_SECURE;
413 mLayout.flags &= ~WindowManager.LayoutParams.FLAG_SECURE;
469 // Scaling/Translate window's layout here because mLayout is not used elsewhere.
472 mLayout.x = mLeft
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SetupChooseLockPassword.java 89 private SetupWizardLayout mLayout;
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());
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 34 private View mLayout;
50 mLayout = activity.findViewById(R.id.layout);
60 assertNotNull(mLayout);
74 assertEquals("Layout incorrect height", pauseHeight, mLayout.getHeight());
  /developers/build/prebuilts/gradle/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
MainActivity.java 110 private View mLayout;
153 Snackbar.make(mLayout, R.string.permission_camera_rationale,
217 Snackbar.make(mLayout, R.string.permission_contacts_rationale,
276 Snackbar.make(mLayout, R.string.permision_available_camera,
280 Snackbar.make(mLayout, R.string.permissions_not_granted,
293 Snackbar.make(mLayout, R.string.permision_available_contacts,
298 Snackbar.make(mLayout, R.string.permissions_not_granted,
370 mLayout = findViewById(R.id.sample_main_layout);
  /developers/samples/android/system/RuntimePermissions/Application/src/main/java/com/example/android/system/runtimepermissions/
MainActivity.java 110 private View mLayout;
153 Snackbar.make(mLayout, R.string.permission_camera_rationale,
217 Snackbar.make(mLayout, R.string.permission_contacts_rationale,
276 Snackbar.make(mLayout, R.string.permision_available_camera,
280 Snackbar.make(mLayout, R.string.permissions_not_granted,
293 Snackbar.make(mLayout, R.string.permision_available_contacts,
298 Snackbar.make(mLayout, R.string.permissions_not_granted,
370 mLayout = findViewById(R.id.sample_main_layout);
  /development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
MainActivity.java 110 private View mLayout;
153 Snackbar.make(mLayout, R.string.permission_camera_rationale,
217 Snackbar.make(mLayout, R.string.permission_contacts_rationale,
276 Snackbar.make(mLayout, R.string.permision_available_camera,
280 Snackbar.make(mLayout, R.string.permissions_not_granted,
293 Snackbar.make(mLayout, R.string.permision_available_contacts,
298 Snackbar.make(mLayout, R.string.permissions_not_granted,
370 mLayout = findViewById(R.id.sample_main_layout);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 172 final WindowManager.LayoutParams mLayout
553 out.print(prefix); out.print("mLayout="); out.println(mLayout);
619 mLayout.x = 0;
620 mLayout.y = 0;
621 mLayout.width = myWidth;
622 mLayout.height = myHeight;
624 mLayout.format = mFormat;
627 mLayout.flags = mWindowFlags
633 mLayout.privateFlags = mWindowPrivateFlags
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java 285 private LayoutManager mLayout;
681 mLayout.onItemsAdded(RecyclerView.this, op.positionStart, op.itemCount);
684 mLayout.onItemsRemoved(RecyclerView.this, op.positionStart, op.itemCount);
687 mLayout.onItemsUpdated(RecyclerView.this, op.positionStart, op.itemCount,
691 mLayout.onItemsMoved(RecyclerView.this, op.positionStart, op.itemCount, 1);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 64 private TwoPaneLayout mLayout;
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...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
SettingsLayoutFragment.java 179 private Layout mLayout;
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.getDescription()
    [all...]

Completed in 2016 milliseconds

12 3 4 5