HomeSort by relevance Sort by last modified time
    Searched refs:FrameLayout (Results 176 - 200 of 324) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPhotoTeaserView.java 11 import android.widget.FrameLayout;
26 public class ConversationPhotoTeaserView extends FrameLayout
LeaveBehindItem.java 28 import android.widget.FrameLayout;
41 public class LeaveBehindItem extends FrameLayout implements OnClickListener, SwipeableItemView {
ConversationListView.java 21 import android.widget.FrameLayout;
40 public class ConversationListView extends FrameLayout implements SwipeableListView.SwipeListener {
420 protected static class HintText extends FrameLayout {
TwoPaneController.java 28 import android.widget.FrameLayout;
505 final FrameLayout.LayoutParams params =
506 (FrameLayout.LayoutParams) mToastBar.getLayoutParams();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
InputTestsBase.java 34 import android.widget.FrameLayout;
164 final ViewGroup vg = new FrameLayout(getContext());
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java 21 import android.widget.FrameLayout;
35 public class ContentVideoView extends FrameLayout implements MediaController.MediaPlayerControl,
204 FrameLayout.LayoutParams layoutParams = new FrameLayout.LayoutParams(
215 this.addView(mProgressView, new FrameLayout.LayoutParams(
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ActivityTest.java 17 import android.widget.FrameLayout;
373 assertInstanceOf(FrameLayout.class, contentView);
374 assertThat(((FrameLayout) contentView).getChildCount(), equalTo(2));
414 FrameLayout contentViewContainer = (FrameLayout) activity.findViewById(android.R.id.content);
ViewGroupTest.java 8 import android.widget.FrameLayout;
45 root = new FrameLayout(context);
49 child3 = new FrameLayout(context);
227 assertEquals("<FrameLayout>\n" +
230 " <FrameLayout id=\"id/snippet_text\">\n" +
233 " </FrameLayout>\n" +
234 "</FrameLayout>\n", out.toString());
FragmentManagerTest.java 13 import android.widget.FrameLayout;
243 View view = new FrameLayout(this);
  /frameworks/base/core/java/android/widget/
ActivityChooserView.java 93 private final FrameLayout mExpandActivityOverflowButton;
103 private final FrameLayout mDefaultActivityButton;
232 mDefaultActivityButton = (FrameLayout) findViewById(R.id.default_activity_button);
237 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button);
AdapterViewAnimator.java 423 final FrameLayout fl = (FrameLayout) mViewsMap.get(index).view;
439 * @return The FrameLayout into which children can be placed.
441 FrameLayout getFrameForChild() {
442 return new FrameLayout(mContext);
546 // We wrap the new view in a FrameLayout so as to respect the contract
548 FrameLayout fl = getFrameForChild();
    [all...]
TabHost.java 44 * user clicks to select a specific tab, and a FrameLayout object that displays the contents of that
49 public class TabHost extends FrameLayout implements ViewTreeObserver.OnTouchModeChangeListener {
56 private FrameLayout mTabContent;
161 mTabContent = (FrameLayout) findViewById(com.android.internal.R.id.tabcontent);
164 "Your TabHost must have a FrameLayout whose id attribute is "
294 * Get the FrameLayout which holds tab content
296 public FrameLayout getTabContentView() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 36 import android.widget.FrameLayout;
42 public class DessertCaseView extends FrameLayout {
274 final FrameLayout.LayoutParams lp = new FrameLayout.LayoutParams(mCellSize, mCellSize);
498 public static class RescalingContainer extends FrameLayout {
SearchPanelView.java 42 import android.widget.FrameLayout;
52 public class SearchPanelView extends FrameLayout implements
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActivityChooserView.java 37 import android.widget.FrameLayout;
92 private final FrameLayout mExpandActivityOverflowButton;
102 private final FrameLayout mDefaultActivityButton;
231 mDefaultActivityButton = (FrameLayout) findViewById(R.id.default_activity_button);
236 mExpandActivityOverflowButton = (FrameLayout) findViewById(R.id.expand_activities_button);
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 63 import android.widget.FrameLayout;
268 FrameLayout mExtractFrame;
269 FrameLayout mCandidatesFrame;
270 FrameLayout mInputFrame;
701 mExtractFrame = (FrameLayout)mRootView.findViewById(android.R.id.extractArea);
708 mCandidatesFrame = (FrameLayout)mRootView.findViewById(android.R.id.candidatesArea);
709 mInputFrame = (FrameLayout)mRootView.findViewById(android.R.id.inputArea);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 38 import android.widget.FrameLayout;
46 public class DragLayer extends FrameLayout implements ViewGroup.OnHierarchyChangeListener {
124 final FrameLayout.LayoutParams flp = (FrameLayout.LayoutParams) child.getLayoutParams();
401 public static class LayoutParams extends FrameLayout.LayoutParams {
450 final FrameLayout.LayoutParams flp = (FrameLayout.LayoutParams) child.getLayoutParams();
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 44 import android.widget.FrameLayout;
476 final FrameLayout layoutTextDialogInput = new FrameLayout(JmeAndroidSystem.getActivity());
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 31 import android.widget.FrameLayout;
400 FrameLayout crumbHolder = (FrameLayout) view.findViewById(R.id.crumb_holder);
  /packages/experimental/DreamTheater/src/com/android/dreamtheater/
BouncyDroid.java 20 import android.widget.FrameLayout;
30 public static class BouncyView extends FrameLayout
170 addView(b, new FrameLayout.LayoutParams(
  /development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java 30 import android.widget.FrameLayout;
44 public class MediaController extends FrameLayout {
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 33 import android.widget.FrameLayout;
206 mMeasureParent = new FrameLayout(mContext);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 29 import android.widget.FrameLayout;
36 public class ActionBarContainer extends FrameLayout {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 29 import android.widget.FrameLayout;
248 public static class LayoutParams extends FrameLayout.LayoutParams {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 36 import android.widget.FrameLayout;
49 public class TiledImageView extends FrameLayout {

Completed in 848 milliseconds

1 2 3 4 5 6 78 91011>>