OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Rotatable
(Results
1 - 16
of
16
) sorted by null
/packages/apps/Camera2/src/com/android/camera/ui/
Rotatable.java
19
public interface
Rotatable
{
RotateLayout.java
29
public class RotateLayout extends ViewGroup implements
Rotatable
{
FaceView.java
37
implements
Rotatable
, PreviewStatusListener.PreviewAreaChangedListener {
/packages/apps/LegacyCamera/src/com/android/camera/ui/
Rotatable.java
19
public interface
Rotatable
{
RotateLayout.java
26
public class RotateLayout extends ViewGroup implements
Rotatable
{
IndicatorControl.java
38
IndicatorButton.Listener, OtherSettingsPopup.Listener,
Rotatable
{
69
if (view instanceof
Rotatable
) {
70
((
Rotatable
) view).setOrientation(orientation);
FaceView.java
32
public class FaceView extends View implements FocusIndicator,
Rotatable
{
RotateImageView.java
35
public class RotateImageView extends TwoStateImageView implements
Rotatable
{
ZoomControl.java
32
public abstract class ZoomControl extends RelativeLayout implements
Rotatable
{
SharePopup.java
53
View.OnTouchListener, AdapterView.OnItemClickListener,
Rotatable
{
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java
34
import com.android.camera.ui.
Rotatable
;
740
Rotatable
[] rotateLayout = {
741
(
Rotatable
) findViewById(R.id.pano_pan_progress_bar_layout),
742
(
Rotatable
) findViewById(R.id.pano_capture_too_fast_textview_layout),
743
(
Rotatable
) findViewById(R.id.pano_review_saving_indication_layout),
744
(
Rotatable
) findViewById(R.id.pano_saving_progress_bar_layout),
745
(
Rotatable
) findViewById(R.id.pano_review_cancel_button_layout),
746
(
Rotatable
) findViewById(R.id.pano_rotate_reviewarea),
747
(
Rotatable
) mRotateDialog,
748
(
Rotatable
) mCaptureIndicator
[
all
...]
/packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java
19
import com.android.camera.ui.
Rotatable
;
32
public class RotateDialogController implements
Rotatable
{
ModePicker.java
20
import com.android.camera.ui.
Rotatable
;
40
PopupManager.OnOtherPopupShowedListener,
Rotatable
{
Camera.java
23
import com.android.camera.ui.
Rotatable
;
166
private
Rotatable
mReviewCancelButton;
167
private
Rotatable
mReviewDoneButton;
181
private
Rotatable
mOnScreenIndicators;
[
all
...]
VideoCamera.java
23
import com.android.camera.ui.
Rotatable
;
168
private
Rotatable
mReviewCancelButton;
169
private
Rotatable
mReviewDoneButton;
170
private
Rotatable
mReviewPlayButton;
408
mReviewDoneButton = (
Rotatable
) findViewById(R.id.btn_done);
409
mReviewPlayButton = (
Rotatable
) findViewById(R.id.btn_play);
410
mReviewCancelButton = (
Rotatable
) findViewById(R.id.btn_cancel);
580
Rotatable
[] indicators = {mThumbnailView, mModePicker, mSharePopup,
583
for (
Rotatable
indicator : indicators) {
[
all
...]
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar
Completed in 6444 milliseconds