HomeSort by relevance Sort by last modified time
    Searched refs:mView (Results 76 - 100 of 255) sorted by null

1 2 34 5 6 7 8 91011

  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 46 private EditText mView;
66 mView = (EditText) mWindow.findViewById(R.id.entry);
67 mConnection = new BaseInputConnection(mView, true);
150 assertTrue(mView.requestFocus());
151 assertTrue(mView.isFocused());
156 BaseInputConnection dummyConnection = new BaseInputConnection(mView, false);
161 return text2.toString().equals(mView.getText().toString());
200 assertTrue(mView.requestFocus());
201 assertTrue(mView.isFocused());
206 BaseInputConnection dummyConnection = new BaseInputConnection(mView, false)
    [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewPopupZoomerTest.java 30 private final ViewGroup mView;
33 mView = view;
38 PopupZoomer popup = findPopupZoomer(mView);
45 private final ViewGroup mView;
47 mView = view;
51 PopupZoomer popup = findPopupZoomer(mView);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarTransitions.java 35 private final NavigationBarView mView;
44 mView = view;
83 setKeyButtonViewQuiescentAlpha(mView.getHomeButton(), alpha, animate);
84 setKeyButtonViewQuiescentAlpha(mView.getRecentsButton(), alpha, animate);
85 setKeyButtonViewQuiescentAlpha(mView.getMenuButton(), alpha, animate);
86 setKeyButtonViewQuiescentAlpha(mView.getImeSwitchButton(), alpha, animate);
101 backAlpha = maxVisibleQuiescentAlpha(backAlpha, mView.getHomeButton());
102 backAlpha = maxVisibleQuiescentAlpha(backAlpha, mView.getRecentsButton());
103 backAlpha = maxVisibleQuiescentAlpha(backAlpha, mView.getMenuButton());
104 backAlpha = maxVisibleQuiescentAlpha(backAlpha, mView.getImeSwitchButton())
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java 48 private View mView;
122 p.mView = createConnectionDialogView();
125 p.mView = createPhonebookDialogView();
128 p.mView = createMapDialogView();
159 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
160 messageView = (TextView)mView.findViewById(R.id.message);
163 return mView;
168 mView = getLayoutInflater().inflate(R.layout.bluetooth_access, null);
169 messageView = (TextView)mView.findViewById(R.id.message);
172 return mView;
    [all...]
  /development/apps/NinePatchLab/src/com/android/ninepatch/
NinePatchLab.java 48 private View mView;
165 mView.invalidate();
174 mView.invalidate();
179 mView.invalidate();
183 mView.invalidate();
190 mView.invalidate();
205 mView = new NPView(this);
206 setContentView(mView);
  /frameworks/base/core/java/android/widget/
AccessibilityIterators.java 119 private TextView mView;
132 mView = view;
144 if (!mView.getGlobalVisibleRect(mTempRect)) {
152 final int pageHeight = mTempRect.height() - mView.getTotalPaddingTop()
153 - mView.getTotalPaddingBottom();
173 if (!mView.getGlobalVisibleRect(mTempRect)) {
181 final int pageHeight = mTempRect.height() - mView.getTotalPaddingTop()
182 - mView.getTotalPaddingBottom();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationViewWrapper.java 30 protected final View mView;
45 mView = view;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ActivityContentVideoViewClient.java 21 private View mView;
36 mView = view;
43 decor.removeView(mView);
45 mView = null;
  /packages/apps/Mms/src/com/android/mms/ui/
IconListAdapter.java 41 private View mView;
46 mView = view;
51 mTextView = (TextView) mView.findViewById(R.id.text1);
59 mImageView = (ImageView) mView.findViewById(R.id.icon);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiDialog.java 36 private View mView;
62 mView = getLayoutInflater().inflate(R.layout.wifi_dialog, null);
63 setView(mView);
65 mController = new WifiConfigController(this, mView, mAccessPoint, mEdit);
WifiConfigController.java 78 private final View mView;
157 mView = view;
179 mIpSettingsSpinner = (Spinner) mView.findViewById(R.id.ip_settings);
181 mProxySettingsSpinner = (Spinner) mView.findViewById(R.id.proxy_settings);
187 mSsidView = (TextView) mView.findViewById(R.id.ssid);
189 mSecuritySpinner = ((Spinner) mView.findViewById(R.id.security));
192 mView.findViewById(R.id.type_ssid).setVisibility(View.VISIBLE);
193 mView.findViewById(R.id.type_security).setVisibility(View.VISIBLE);
201 mView.findViewById(R.id.type).setVisibility(View.VISIBLE);
206 mView.findViewById(R.id.wifi_advanced_toggle).setVisibility(View.VISIBLE)
    [all...]
WifiConfigUiForSetupWizardXL.java 43 private View mView;
70 mView = mInflater.inflate(R.layout.wifi_config_ui_for_setup_wizard, parent, true);
71 mController = new WifiConfigController(this, mView, mAccessPoint, edit);
76 if (mView.findViewById(R.id.security_fields).getVisibility() == View.VISIBLE) {
78 } else if (mView.findViewById(R.id.type_ssid).getVisibility() == View.VISIBLE) {
89 final View viewToBeFocused = mView.findViewById(editViewId);
114 return mView;
WifiApDialog.java 52 private View mView;
108 mView = getLayoutInflater().inflate(R.layout.wifi_ap_dialog, null);
109 Spinner mSecurity = ((Spinner) mView.findViewById(R.id.security));
111 setView(mView);
117 mView.findViewById(R.id.type).setVisibility(View.VISIBLE);
118 mSsid = (TextView) mView.findViewById(R.id.ssid);
119 mPassword = (EditText) mView.findViewById(R.id.password);
135 ((CheckBox) mView.findViewById(R.id.show_password)).setOnClickListener(this);
184 mView.findViewById(R.id.fields).setVisibility(View.GONE);
187 mView.findViewById(R.id.fields).setVisibility(View.VISIBLE)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsUnavailableFragment.java 39 private View mView;
63 mView = inflater.inflate(R.layout.contacts_unavailable_fragment, null);
64 mMessageView = (TextView) mView.findViewById(R.id.message);
65 mSecondaryMessageView = (TextView) mView.findViewById(R.id.secondary_message);
66 mCreateContactButton = (Button) mView.findViewById(R.id.create_contact_button);
68 mAddAccountButton = (Button) mView.findViewById(R.id.add_account_button);
70 mImportContactsButton = (Button) mView.findViewById(R.id.import_contacts_button);
72 mUninstallAppsButton = (Button) mView.findViewById(R.id.import_failure_uninstall_button);
74 mRetryUpgradeButton = (Button) mView.findViewById(R.id.import_failure_retry_button);
76 mProgress = (ProgressBar) mView.findViewById(R.id.progress)
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
GestureDetectorCtsActivity.java 45 private View mView;
59 mView = new View(this);
62 mView.setOnTouchListener(new MockOnTouchListener());
69 mViewGroup.addView(mView);
78 return mView;
  /developers/build/prebuilts/gradle/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
MainActivity.java 107 private PartyLightView mView;
112 mView = (PartyLightView) inflater.inflate(R.layout.party_light, container, false);
113 return mView;
117 mView.startCycling();
121 mView.stopCycling();
  /developers/samples/android/wearable/wear/Flashlight/Wearable/src/main/java/com/example/android/wearable/flashlight/
MainActivity.java 107 private PartyLightView mView;
112 mView = (PartyLightView) inflater.inflate(R.layout.party_light, container, false);
113 return mView;
117 mView.startCycling();
121 mView.stopCycling();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 35 private SampleView mView;
43 if (mView != null) {
44 mView.invalidate();
57 mView = new SampleView(this);
58 setContentView(mView);
  /development/samples/browseable/Flashlight/Wearable/src/com.example.android.wearable.flashlight/
MainActivity.java 107 private PartyLightView mView;
112 mView = (PartyLightView) inflater.inflate(R.layout.party_light, container, false);
113 return mView;
117 mView.startCycling();
121 mView.stopCycling();
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
HardwareCanvasTextureViewActivity.java 73 private final TextureView mView;
78 mView = view;
79 mSurface = new Surface(mView.getSurfaceTexture());
101 if (x + 20.0f + speedX >= mView.getWidth() || x + speedX <= 0.0f) {
104 if (y + 20.0f + speedY >= mView.getHeight() || y + speedY <= 0.0f) {
  /frameworks/base/core/java/android/view/
ViewPropertyAnimator.java 55 final View mView;
129 * done by posting it onto mView), at which time the pending list is cleared and the properties
254 mView = view;
416 mView.removeCallbacks(mAnimationStarter);
437 mView.removeCallbacks(mAnimationStarter);
779 mView.setLayerType(View.LAYER_TYPE_HARDWARE, null);
780 if (mView.isAttachedToWindow()) {
781 mView.buildLayer();
    [all...]
GhostView.java 33 private final View mView;
39 mView = view;
40 mView.mGhostView = this;
41 final ViewGroup parent = (ViewGroup) mView.getParent();
51 mView.mRecreateDisplayList = true;
52 RenderNode renderNode = mView.getDisplayList();
68 if (mView.mGhostView == this) {
75 mView.mViewFlags = (mView.mViewFlags & ~View.VISIBILITY_MASK) | visibility;
83 mView.mGhostView = null
    [all...]
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
SurfaceAndTextureViews.java 41 SimpleView mView;
54 mView = new SimpleView(this);
55 mView.setId(0);
56 mView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE));
57 container.addView(mView);
80 if (mView.getWidth() <= SMALL_SIZE) {
81 mView.setLayoutParams(new LayoutParams(SMALL_SIZE * 2, SMALL_SIZE));
84 mView.mColor = SimpleView.LARGE_COLOR;
88 mView.setLayoutParams(new LayoutParams(SMALL_SIZE, SMALL_SIZE));
91 mView.mColor = SimpleView.SMALL_COLOR
    [all...]
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
SlideKitkat.java 258 private final View mView;
267 mView = view;
277 transitionPosition[0] = mView.getTranslationX();
278 transitionPosition[1] = mView.getTranslationY();
279 mView.setTag(R.id.lb_slide_transition_value, transitionPosition);
280 mProp.set(mView, mTerminalValue);
287 mProp.set(mView, mTerminalValue);
289 mView.setVisibility(mFinalVisibility);
294 mPausedValue = mProp.get(mView);
295 mProp.set(mView, mEndValue)
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 85 private View mView = null;
238 mPara.mView = createView();
244 mView = getLayoutInflater().inflate(R.layout.file_transfer, null);
246 mProgressTransfer = (ProgressBar)mView.findViewById(R.id.progress_transfer);
247 mPercentView = (TextView)mView.findViewById(R.id.progress_percent);
255 return mView;
266 mLine1View = (TextView)mView.findViewById(R.id.line1_view);
269 mLine2View = (TextView)mView.findViewById(R.id.line2_view);
272 mLine3View = (TextView)mView.findViewById(R.id.line3_view);
276 mLine5View = (TextView)mView.findViewById(R.id.line5_view)
    [all...]

Completed in 589 milliseconds

1 2 34 5 6 7 8 91011